Skip to content

Commit

Permalink
tools/gen_stage4: add zigmod so its available to job runner
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Jul 27, 2022
1 parent 0544408 commit 4ce8c84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/gen_stage4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ case "$os" in
dossh cd ${PROJDIR} '&&' mkdir -pv build
dossh cd ${PROJDIR}/build '&&' cmake .. -DCMAKE_INSTALL_PREFIX='/root/out'
dossh cd ${PROJDIR}/build '&&' make
dossh curl -L -o zigmod https://github.com/nektro/zigmod/releases/download/r80/zigmod-${zigarch}-linux
dossh chmod +x zigmod
dossh shutdown -h now
;;
esac

0 comments on commit 4ce8c84

Please sign in to comment.