We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a87aa3 commit 20021e6Copy full SHA for 20021e6
.github/jobs/baseinstall.sh
@@ -28,7 +28,7 @@ if [ "$version" = "all" ]; then
28
./configure \
29
--with-baseurl='https://localhost/domjudge/' \
30
--with-domjudge-user=domjudge \
31
- --with-judgehost-chrootdir=${DIR}/chroot/domjudge | tee "$ARTIFACTS"/configure.txt
+ --with-judgehost-chrootdir=/chroot/domjudge | tee "$ARTIFACTS"/configure.txt
32
make build-scripts domserver judgehost docs
33
make install-domserver install-judgehost install-docs
34
else
0 commit comments