2014-08-27 01:10:16 -06:00
# Copyright 2014 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
docker : Dockerfile
2014-09-04 08:09:54 -06:00
docker build -t gobuilders/linux-x86-nacl .
2014-08-27 01:10:16 -06:00
2014-09-03 22:41:16 -06:00
upload : docker
docker save gobuilders/linux-x86-nacl | gzip | ( cd ../../coordinator/buildongce && go run create.go --write_object= go-builder-data/docker-linux.nacl.tar.gz)
2014-09-08 16:35:40 -06:00
check : docker
2014-12-11 20:17:35 -07:00
docker run gobuilders/linux-x86-nacl /usr/local/bin/builder -rev= 77e96c9208d0 -buildroot= / -v -cmd= /usr/local/bin/build-command.pl -report= false nacl-amd64p32