-
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: newer FreeBSD builders #19097
Comments
I'd like to help, is it just updating https://github.com/golang/build/blob/master/env/freebsd-amd64/make.bash and creating a FreeBSD 11.0 image? |
Yes. I'd copy it to a new directory first so we don't delete the old one. |
I was thinking on just adding another |
Oh, I missed that it has a switch. Great. Just continue that pattern. You can update 10.1 to 10.3 but file a separate bug for me to deploy that first so we don't forget. |
CL https://golang.org/cl/37389 mentions this issue. |
I've uploaded freebsd-amd64-gce103.tar.gz. While freebsd-amd64-gce110.tar.gz should be done in the morning. Seeing this on the serial console:
what should buildlet-host-type be set to? curl -v looks ok:
|
I will rebuild the images once the CL is submitted. If you got that far, it looks like they worked. |
Verify checksum of downloaded image files. Set cache=none on image disk. Updates: golang/go#19097 Change-Id: Icae149fa9772f038b8946ee680f36e4e6f3db516 Reviewed-on: https://go-review.googlesource.com/37389 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Okay, this is now deployed: https://go-review.googlesource.com/37498 |
We don't have FreeBSD 11 builders (only 9 and 10).
Probably time to add them.
The text was updated successfully, but these errors were encountered: