We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26b6615 commit b0f6306Copy full SHA for b0f6306
dashboard/builders.go
@@ -3202,9 +3202,8 @@ func init() {
3202
},
3203
})
3204
addBuilder(BuildConfig{
3205
- Name: "wasip1-wasm-wasmtime",
3206
- HostType: "host-linux-amd64-wasip1-wasm-wasmtime",
3207
- KnownIssues: []int{59583},
+ Name: "wasip1-wasm-wasmtime",
+ HostType: "host-linux-amd64-wasip1-wasm-wasmtime",
3208
buildsRepo: func(repo, branch, goBranch string) bool {
3209
b := buildRepoByDefault(repo) && atLeastGo1(goBranch, 21)
3210
switch repo {
0 commit comments