Skip to content

Commit

Permalink
Install the documented packages up to this point
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed May 11, 2024
1 parent 281a60b commit 2439eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ fi

if [ ! -d ${DIR}/chroot/domjudge/ ]; then
cd ${DIR}/misc-tools
time sudo ./dj_make_chroot -a amd64 |& tee "$GITLABARTIFACTS/dj_make_chroot.log"
time sudo ./dj_make_chroot -a amd64 -i gnat,mono-mcs |& tee "$GITLABARTIFACTS/dj_make_chroot.log"
fi
section_end judgehost

Expand Down

0 comments on commit 2439eef

Please sign in to comment.