Commit 69689a65 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Fixed bootstrap version

parent 5e6d2596
...@@ -11,7 +11,7 @@ temporary: ...@@ -11,7 +11,7 @@ temporary:
patch -Np1 -d go < go1.4-aarch64.patch patch -Np1 -d go < go1.4-aarch64.patch
cd go/src && ./make.bash cd go/src && ./make.bash
mv go go1.4 mv go go1.4
tar xf go1.18.9.src.tar.gz tar xf go1.19.7.src.tar.gz
if [ "$(HOSTTYPE)" = "aarch64" ]; then \ if [ "$(HOSTTYPE)" = "aarch64" ]; then \
cd go/src && GOROOT_BOOTSTRAP=$(CURDIR)/go1.4 GOCACHE=/tmp/gocache GOOS=linux GOARCH=arm64 GOPATH=$(CURDIR)/go ./bootstrap.bash ; \ cd go/src && GOROOT_BOOTSTRAP=$(CURDIR)/go1.4 GOCACHE=/tmp/gocache GOOS=linux GOARCH=arm64 GOPATH=$(CURDIR)/go ./bootstrap.bash ; \
rm -rf $(CURDIR)/go-linux-arm64-bootstrap ; \ rm -rf $(CURDIR)/go-linux-arm64-bootstrap ; \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment