Commit 998e7873 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

go bootstrap should support aarch64 when building mender artifact

parent 97100559
...@@ -19,6 +19,9 @@ ...@@ -19,6 +19,9 @@
<exec executable="tar" failonerror="true"> <exec executable="tar" failonerror="true">
<arg line="xf ${basedir}/build-system/packages/go/go1.4-bootstrap-20171003.tar.gz -C ${builddir}"/> <arg line="xf ${basedir}/build-system/packages/go/go1.4-bootstrap-20171003.tar.gz -C ${builddir}"/>
</exec> </exec>
<exec executable="patch" dir="${makedir}" failonerror="true">
<arg line="-Np1 -i ${basedir}/build-system/packages/go/go1.4-aarch64.patch"/>
</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"/>
<exec executable="tar" failonerror="true"> <exec executable="tar" failonerror="true">
......
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