build/env/freebsd-amd64
Brad Fitzpatrick bed69d6045 dashboard: add FreeBSD 11 builders
Fixes golang/go#19097

Change-Id: I29725ef511f03e10d93561889b1a4a00eb959177
Reviewed-on: https://go-review.googlesource.com/37498
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2017-02-27 16:19:04 +00:00
..
Makefile dashboard: add FreeBSD 11 builders 2017-02-27 16:19:04 +00:00
README env: add FreeBSD 10.1 image builder. 2015-01-21 21:18:41 +00:00
make.bash dashboard: add FreeBSD 11 builders 2017-02-27 16:19:04 +00:00

README

make.bash creates a Google Compute Engine VM image to run the Go
FreeBSD builder, booting up to run the buildlet.

make.bash should be run on a Linux box with qemu.

After it completes, it creates a file freebsd-amd64-gce101.tar.gz

Then:
    gsutil cp -a public-read freebsd-amd64-gce101.tar.gz gs://go-builder-data/freebsd-amd64-gce101.tar.gz
Or just use the web UI at:
    https://console.developers.google.com/project/symbolic-datum-552/storage/browser/go-builder-data/

Then:
   gcloud compute --project symbolic-datum-552 images delete freebsd-amd64-gce101
   gcloud compute --project symbolic-datum-552 images create freebsd-amd64-gce101 --source-uri gs://go-builder-data/freebsd-amd64-gce101.tar.gz

The VM needs to be run with the GCE metadata attribute "buildlet-binary-url" set to a URL
of the FreeBSD buildlet (cross-compiled, typically).

    buildlet-binary-url == http://storage.googleapis.com/go-builder-data/buildlet.freebsd-amd64