Build Script Permission Issue
Nucleic-Session: 087840A1-8FF1-4EDD-A136-D75D0E6D2C7D Co-authored-by: Nucleic <[email protected]>
This commit is contained in:
@@ -24,7 +24,7 @@ IDENTITY="${NUCLEIC_VMAGENT_SIGN_IDENTITY:-}"
|
||||
|
||||
# Per-mount scratch dir (keyed on the guest package's own path) so a build off the /Volumes
|
||||
# VM share doesn't poison the host's guest/NucleicVMAgent/.build. See scripts/lib/build-scratch.sh.
|
||||
SCRATCH_ARGS="$("$REPO_ROOT/scripts/lib/build-scratch.sh" "$PKG_DIR")"
|
||||
SCRATCH_ARGS="$(bash "$REPO_ROOT/scripts/lib/build-scratch.sh" "$PKG_DIR")"
|
||||
|
||||
echo "▸ Building NucleicVMAgent (release) …"
|
||||
swift build $SCRATCH_ARGS --package-path "$PKG_DIR" -c release
|
||||
|
||||
Reference in New Issue
Block a user