Open
Description
Go version
tip
Output of go env
in your module/workspace:
GOOS=openbsd
GOARCH=ppc64
What did you do?
I noticed a number of different CI failures in the last week (possibly longer) which indicate a timeout. E.g
9d33956 4f77a83 2b12bbc
I want to verify there are no problems with the ppc64 backend.
@golang/openbsd @golang/ppc64
What did you see happen?
Frequent timeouts, and many tests taking an abnormally long amount of time.
What did you expect to see?
All the CI tests pass.
Activity