mirror of
https://github.com/golang/go
synced 2024-11-18 23:05:06 -07:00
8ab2c33bea
Update golang/go#9491 Change-Id: I219e2e071c0f58bf8c2b69c57b96a9114773c7b7 Reviewed-on: https://go-review.googlesource.com/2251 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> |
||
---|---|---|
.. | ||
.gitignore | ||
make.bash | ||
plan9-gce.iso.sha1 | ||
README |
make.bash creates a Google Compute Engine VM image to run the Go Plan 9 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 plan9-386-gce.tar.gz The make.bash script depends on the following packages: $ sudo apt-get install bzip2 curl expect qemu or $ sudo yum install bzip2 curl expect qemu It has been tested with QEMU 1.4.2 to 2.2.0, as provided with: - Ubuntu 14.04 (Trusty Tahr) and above - Debian 8.0 (Jessie) and above - Fedora 19 and above Also, due to an ATA bug affecting QEMU 1.6 and 1.7, the Plan 9 CD can't be booted with these versions.