1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

Update V8Worker2 build.py path.

ab9d1b8709
This commit is contained in:
Ryan Dahl 2018-05-28 22:30:22 -04:00
parent 7762b55432
commit a4d89f2ee1

View file

@ -41,7 +41,7 @@ install:
if [ -d $V8WORKER2_OUT ]; then
mv $V8WORKER2_OUT $GOPATH/src/github.com/ry/v8worker2/out
fi
- (cd $GOPATH/src/github.com/ry/v8worker2 && ./tools/build.py)
- ( cd $GOPATH/src/github.com/ry/v8worker2 && ./build.py --use_ccache )
- go get -u github.com/golang/protobuf/proto
- go get -u github.com/spf13/afero
- go get -u github.com/golang/protobuf/protoc-gen-go