Build Script Permission Issue
Nucleic-Session: 087840A1-8FF1-4EDD-A136-D75D0E6D2C7D Co-authored-by: Nucleic <[email protected]>
This commit is contained in:
@@ -91,7 +91,7 @@ clean_icloud_dupes
|
||||
# (and vice versa). Empty on the host; a --scratch-path redirect on the /Volumes share.
|
||||
# Must be passed to BOTH the build and the --show-bin-path query so they agree. See
|
||||
# scripts/lib/build-scratch.sh and BUILD.md "Cross-environment builds".
|
||||
SCRATCH_ARGS="$("$ROOT/scripts/lib/build-scratch.sh" "$ROOT")"
|
||||
SCRATCH_ARGS="$(bash "$ROOT/scripts/lib/build-scratch.sh" "$ROOT")"
|
||||
|
||||
echo "▸ Building $PRODUCT (channel=$CHANNEL, config=$CONFIG)"
|
||||
NUCLEIC_CHANNEL="$CHANNEL" swift build $SCRATCH_ARGS -c "$CONFIG" --product "$PRODUCT"
|
||||
|
||||
Reference in New Issue
Block a user