Commit 9e2e55a6 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Upgraded go to 1.16.5

parent 330b0e94
......@@ -6,7 +6,7 @@ temporary:
mkswap swap
swapon swap
mkdir -p /tmp/gocache
tar xf go1.14.4.src.tar.gz
tar xf go1.16.5.src.tar.gz
if [ "$(HOSTTYPE)" = "aarch64" ]; then \
tar xf go-linux-arm64-bootstrap.tbz ; \
cd go/src && GOROOT_BOOTSTRAP=$(current_dir)go-linux-arm64-bootstrap GOCACHE=/tmp/gocache ./all.bash ; \
......
......@@ -11,7 +11,7 @@
<exec executable="./make.bash" dir="${makedir}/src"/>
<move file="${builddir}/go" tofile="${builddir}/go1.4"/>
<exec executable="tar" failonerror="true">
<arg line="xf ${basedir}/packages/go/go1.14.4.src.tar.gz -C ${builddir}"/>
<arg line="xf ${basedir}/packages/go/go1.16.5.src.tar.gz -C ${builddir}"/>
</exec>
<exec executable="bash" outputproperty="CFLAGS">
<arg value="-c"/>
......
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