The linux-386-387 builder has started to fail since CL 258957.
Support for GO386=387 is being dropped in Go 1.16, so the builder can be deleted.
Edit: It shouldn't be outright deleted, it should provide coverage for Go 1.15 and 1.14 where it's still supported. Thank you @bcmills for spotting this.
The text was updated successfully, but these errors were encountered:
dmitshur
added
Builders
x/build issues (builders, bots, dashboards)
NeedsFix
The path to resolution is known, but the work has not been done.
labels
Oct 5, 2020
dmitshur
changed the title
x/build/dashboard: remove linux-386-387 builder
x/build/dashboard: only run linux-386-387 builder on Go 1.15 and older
Oct 5, 2020
The linux-386-387 was only in use for Go 1.15 development. It is being
removed as there is no further development for Go 1.15.
For golang/go#40255
For golang/go#41799
Change-Id: If636c0099bce195e227a5036842ace92e8305fc9
Reviewed-on: https://go-review.googlesource.com/c/build/+/342895
Trust: Carlos Amedee <carlos@golang.org>
Run-TryBot: Carlos Amedee <carlos@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
The linux-386-387 builder has started to fail since CL 258957.
Support for GO386=387 is being dropped in Go 1.16, so the builder can be deleted.
Edit: It shouldn't be outright deleted, it should provide coverage for Go 1.15 and 1.14 where it's still supported. Thank you @bcmills for spotting this.
/cc @cagedmantis @toothrot @randall77
The text was updated successfully, but these errors were encountered: