fix(test): enable network for ISO test (package downloads)

This commit is contained in:
Mikkel Georgsen 2026-01-25 20:44:27 +00:00
parent 4587740df1
commit 40bd1ac2aa

View file

@ -42,10 +42,11 @@ log "Output directory: $OUTPUT_DIR"
log "Starting ISO build (this may take several minutes)..." log "Starting ISO build (this may take several minutes)..."
log "Profile: $PROFILE_DIR" log "Profile: $PROFILE_DIR"
# Note: Network enabled for package downloads during build
# Production builds should use pre-cached packages for --network=none
$RUNTIME run \ $RUNTIME run \
--name debate-test-build \ --name debate-test-build \
--rm \ --rm \
--network=none \
--privileged \ --privileged \
--tmpfs=/tmp:exec,mode=1777 \ --tmpfs=/tmp:exec,mode=1777 \
--tmpfs=/var/tmp:exec,mode=1777 \ --tmpfs=/var/tmp:exec,mode=1777 \