try fixing build.sh AGAIN
This commit is contained in:
parent
b89ca0dc72
commit
bcb12ecb0f
5
build.sh
5
build.sh
@ -44,12 +44,9 @@ if [ "x$rev" == "x" ] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
cd $root
|
cd $root
|
||||||
export GOPATH=$root/go
|
|
||||||
mkdir -p $GOPATH
|
|
||||||
echo "obtaining gx"
|
echo "obtaining gx"
|
||||||
go get -v github.com/whyrusleeping/gx
|
go get -v github.com/whyrusleeping/gx
|
||||||
go get -v github.com/whyrusleeping/gx-go
|
go get -v github.com/whyrusleeping/gx-go
|
||||||
export GO15VENDOREXPERIMENT=1
|
gx install
|
||||||
$GOPATH/bin/gx install
|
|
||||||
go build -v
|
go build -v
|
||||||
echo "Built"
|
echo "Built"
|
||||||
|
Reference in New Issue
Block a user