File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 8484 "node:test" : " node ./scripts/runner.node.mjs --quiet --exec-path=$npm_execpath --node-tests " ,
8585 "node:test:cp" : " bun ./scripts/fetch-node-test.ts " ,
8686 "clean:zig" : " rm -rf build/debug/cache/zig build/debug/CMakeCache.txt 'build/debug/*.o' .zig-cache zig-out || true" ,
87+ "machine:linux:ubuntu" : " ./scripts/machine.mjs ssh --cloud=aws --arch=x64 --instance-type c7i.2xlarge --os=linux --distro=ubuntu --release=25.04" ,
88+ "machine:linux:debian" : " ./scripts/machine.mjs ssh --cloud=aws --arch=x64 --instance-type c7i.2xlarge --os=linux --distro=debian --release=12" ,
89+ "machine:linux:alpine" : " ./scripts/machine.mjs ssh --cloud=aws --arch=x64 --instance-type c7i.2xlarge --os=linux --distro=alpine --release=3.21" ,
90+ "machine:windows:2019" : " ./scripts/machine.mjs ssh --cloud=aws --arch=x64 --instance-type c7i.2xlarge --os=windows --release=2019" ,
8791 "sync-webkit-source" : " bun ./scripts/sync-webkit-source.ts"
8892 }
8993}
You can’t perform that action at this time.
0 commit comments