You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should speedup the integration test by quite a lot. We don´t change the `dj_make_chroot` that often and already have tests to build the chroot so we still do it, just not in this test anymore.
Copy file name to clipboardExpand all lines: .github/jobs/baseinstall.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ if [ "$version" = "all" ]; then
45
45
./configure \
46
46
--with-baseurl='http://localhost/domjudge/' \
47
47
--with-domjudge-user=domjudge \
48
-
--with-judgehost-chrootdir=/chroot/domjudge | tee "$ARTIFACTS"/configure.txt
48
+
--with-judgehost-chrootdir=/home/runner/work/domjudge-packaging/domjudge-packaging/docker-gitlabci/domjudge-main/chroot| tee "$ARTIFACTS"/configure.txt
49
49
make build-scripts domserver judgehost docs
50
50
make install-domserver install-judgehost install-docs
0 commit comments