-
Notifications
You must be signed in to change notification settings - Fork 17.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x/build: upgrade openbsd builders to 6.2 #22835
Comments
Change https://golang.org/cl/79055 mentions this issue: |
If the OpenBSD 6.2 build doesn't pass yet, we shouldn't remove the OpenbSD 6.0 builders yet. We should probably run both for a bit. Are there issues filed for the two issues you mentioned? |
Update issue golang/go#22835 Change-Id: Ie9e10625f99957f7bc828c5cacb11f24be16e466 Reviewed-on: https://go-review.googlesource.com/79055 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Change https://golang.org/cl/79835 mentions this issue: |
386 isn't ready yet. Updates golang/go#22835 Change-Id: Id452140492c0bc5ee850703e640abcbd41e75f9c Reviewed-on: https://go-review.googlesource.com/79835 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
@4a6f656c, can you help with the openbsd/386 6.2 builder images? The openbsd/amd64 6.2 make.bash worked fine, but 386 ends with:
But no output file:
|
And sometimes it times out before the "Relinking" line. With
|
... and that made me realize it was probably just CPU-bound. I doubled the timeout and it's good now. |
Change https://golang.org/cl/81875 mentions this issue: |
OpenBSD 6.2 was released on Oct 9, 2017, meaning that OpenBSD 6.0 is no longer supported. As such, the OpenBSD builders should be updated to run 6.2. It is also worth noting that there are two issues that still need to be addressed to make Go pass a build/test cycle on OpenBSD 6.2 (related to the switch to clang).
The text was updated successfully, but these errors were encountered: