macOS soak harness: pass --option sandbox relaxed like vmix build does
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01XsESshRCoBoUVWV9qKURUF
This commit is contained in:
parent
90cf1c64c8
commit
3f797af915
1 changed files with 2 additions and 2 deletions
|
|
@ -14,8 +14,8 @@ for i in $(seq 1 "$RUNS"); do
|
||||||
D="$OUT/run-$i"; rm -rf "$D"; mkdir -p "$D"
|
D="$OUT/run-$i"; rm -rf "$D"; mkdir -p "$D"
|
||||||
rm -rf "/tmp/vmix-macos/$NAME"
|
rm -rf "/tmp/vmix-macos/$NAME"
|
||||||
t0=$(date +%s)
|
t0=$(date +%s)
|
||||||
if [ "$i" -eq 1 ]; then nix build --no-link -L "$DRV^*" > "$D/build.log" 2>&1; rc=$?
|
if [ "$i" -eq 1 ]; then nix build --no-link -L --option sandbox relaxed "$DRV^*" > "$D/build.log" 2>&1; rc=$?
|
||||||
else nix build --no-link -L --rebuild "$DRV^*" > "$D/build.log" 2>&1; rc=$?; fi
|
else nix build --no-link -L --option sandbox relaxed --rebuild "$DRV^*" > "$D/build.log" 2>&1; rc=$?; fi
|
||||||
t1=$(date +%s)
|
t1=$(date +%s)
|
||||||
cp "/tmp/vmix-macos/$NAME"/driver.log "/tmp/vmix-macos/$NAME"/serial.log "$D/" 2>/dev/null
|
cp "/tmp/vmix-macos/$NAME"/driver.log "/tmp/vmix-macos/$NAME"/serial.log "$D/" 2>/dev/null
|
||||||
cp "/tmp/vmix-macos/$NAME"/*.png "$D/" 2>/dev/null
|
cp "/tmp/vmix-macos/$NAME"/*.png "$D/" 2>/dev/null
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue