This commit is contained in:
A 2026-06-08 10:17:30 +02:00 committed by GitHub
commit 418107ce1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -970,7 +970,7 @@ async function main(): Promise<void> {
}
// --fast implies all beta features
if (process.env.SPAWN_FAST === "1") {
betaFeatures.push("tarball", "images", "parallel", "docker");
betaFeatures.push("tarball", "images", "parallel", "docker", "sandbox");
}
// fast_provision experiment: if the user did NOT pass --beta or --fast,