dashboard: correct wasmtime known issue

The initial issue has been fixed, but a separate issue has been
created to track the wasmtime specific problems. Update the
issue tracked in the builder dashboard.

Change-Id: I3f011b9a9ccf29971a0ab7fb37e1e2c3aba1997f
Reviewed-on: https://go-review.googlesource.com/c/build/+/483956
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Reviewed-by: Heschi Kreinick <heschi@google.com>
Reviewed-by: David Chase <drchase@google.com>
Auto-Submit: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
This commit is contained in:
Johan Brandhorst-Satzkorn 2023-04-12 11:07:20 -07:00 коммит произвёл Gopher Robot
Родитель e11b1ac538
Коммит 5657b7edc4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3121,7 +3121,7 @@ func init() {
addBuilder(BuildConfig{
Name: "wasip1-wasm-wasmtime",
HostType: "host-linux-amd64-wasip1-wasm-wasmtime",
KnownIssues: []int{58141},
KnownIssues: []int{59583},
buildsRepo: func(repo, branch, goBranch string) bool {
b := buildRepoByDefault(repo) && atLeastGo1(goBranch, 21)
switch repo {