Browse Source

Fix bootstrap.h so bldy works

I've tried this a few times and it works fine.

Convert continuous_build to stop doing a curl for bldy.
It needs to work from bootstrap.sh

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Ronald G. Minnich 7 years ago
parent
commit
d022c899bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bootstrap.sh

+ 1 - 1
bootstrap.sh

@@ -3,7 +3,7 @@
 echo Building the build tool...
 
 GOBIN="$(pwd)/util" GOPATH="$(pwd)/util/third_party:$(pwd)/util" go get -u github.com/Harvey-OS/ninep/cmd/ufs
-GOBIN="$(pwd)/util" GOPATH="$(pwd)/util/third_party:$(pwd)/util" go get -u github.com/bldy/build/cmd/bldy
+GOBIN="$(pwd)/util" GOPATH="$(pwd)/util/third_party:$(pwd)/util" go get -f -u bldy.build/bldy
 GOBIN="$(pwd)/util" GOPATH="$(pwd)/util/third_party:$(pwd)/util" go get harvey/cmd/...