Commit 3aa7a9b9 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated go bootstrap for mender

parent 96390235
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<target name="build-go"> <target name="build-go">
<property name="makedir" value="${builddir}/go"/> <property name="makedir" value="${builddir}/go"/>
<exec executable="tar" failonerror="true"> <exec executable="tar" failonerror="true">
<arg line="xf ${basedir}/build-system/packages/go/go1.4-bootstrap-20170531.tar.gz -C ${builddir}"/> <arg line="xf ${basedir}/build-system/packages/go/go1.4-bootstrap-20171003.tar.gz -C ${builddir}"/>
</exec> </exec>
<exec executable="./make.bash" dir="${makedir}/src"/> <exec executable="./make.bash" dir="${makedir}/src"/>
<move file="${builddir}/go" tofile="${builddir}/go1.4"/> <move file="${builddir}/go" tofile="${builddir}/go1.4"/>
......
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