build/env/linux-x86-std
Hyang-Ah (Hana) Kim 67ced7fdca env/linux-x86-std: add libraries required by x/mobile subrepo.
Change-Id: Ib33f9875354ab2d74700f8d213b01c013beee2d5
Reviewed-on: https://go-review.googlesource.com/12891
Reviewed-by: Andrew Gerrand <adg@golang.org>
2015-08-04 13:08:08 +00:00
..
scripts build: convert most Linux builders to be VM-based 2015-01-29 11:02:16 +00:00
Dockerfile env/linux-x86-std: add libraries required by x/mobile subrepo. 2015-08-04 13:08:08 +00:00
Makefile build: convert most Linux builders to be VM-based 2015-01-29 11:02:16 +00:00
README build: convert most Linux builders to be VM-based 2015-01-29 11:02:16 +00:00

README

For now, you can at least do a single build of a single revision:

$ export BUILD=linux-amd64-temp
$ docker run \
     -v $HOME/keys/$BUILD.buildkey:/.gobuildkey \
     gobuilders/linux-x86-base \
     /usr/local/bin/builder -rev=50ac9eded6ad -buildroot=/ -v $BUILD

TODO(bradfitz): automate with CoreOS + GCE, ala:
    https://github.com/bradfitz/camlistore/blob/master/misc/gce/create.go