mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-06 05:39:08 -04:00
Create CoreOS build path before accessing it
This commit is contained in:
parent
fdfe7ddece
commit
b30e01bb49
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ cosa-image:
|
|||
make -j 1 -C $(COSA_BUILDDIR)
|
||||
|
||||
cosa-init:
|
||||
mkdir -p $(COREOS_BUILD_PATH)
|
||||
-flock $(COSA_LOCKFILE) -c '. $(COSA_ENV) && cd $(COREOS_BUILD_PATH) && NETRC=$(NETRC) cosa init --branch $(COSA_INIT_BRANCH) $(COSA_INIT_REPO)'
|
||||
|
||||
cosa-fetch: cosa-init kernel $(BOOTSTRAPPER_OVERRIDE_PATH) $(DISK_MAPPER_OVERRIDE_PATH)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue