File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2871,10 +2871,11 @@ func init() {
2871
2871
// See go.dev/issue/65913
2872
2872
// and go.dev/issue/63471.
2873
2873
var BuildersPortedToLUCI = map [string ]bool {
2874
+ "js-wasm-node18" : true , // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-js-wasm.
2874
2875
"wasip1-wasm-wasmedge" : true , // Would be 'wasip1-wasm_wasmedge' but put off until go.dev/issue/60097 picks up activity.
2875
-
2876
- // TODO(go.dev/issue/63471): Add more here. For example:
2877
- // "wasip1-wasm-wazero": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-wasip1-wasm_wazero.
2876
+ "wasip1-wasm-wasmer" : true , // Would be 'wasip1-wasm_wasmer' but put off until go.dev/issue/59907 picks up activity.
2877
+ "wasip1-wasm-wasmtime" : true , // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-wasip1-wasm_wasmtime.
2878
+ "wasip1-wasm-wazero" : true , // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-wasip1-wasm_wazero.
2878
2879
}
2879
2880
2880
2881
// stopPortedBuilders controls whether ported builders should be stopped,
You can’t perform that action at this time.
0 commit comments