blob: f675a0c670d4bdd6b0f8bd01528830f2ab118af3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"configure-args": "--enable-warnings-as-errors --enable-rust-simd --disable-unified-build",
"debug": true,
"env": {
"JS_SMOOSH_DISABLE_OPCODE_CHECK": "1"
},
"skip-tests": {
"all": ["jstests", "jittest", "checks"]
}
}
|