Build Script Permission Issue

Nucleic-Session: 087840A1-8FF1-4EDD-A136-D75D0E6D2C7D
Co-authored-by: Nucleic <[email protected]>
This commit is contained in:
2026-07-08 15:27:00 -07:00
co-authored by nucleic
parent c33c6e1aa5
commit 74d01de46e
+1 -1
View File
@@ -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