Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Feb 20, 2024
1 parent 5535b71 commit 9c5b302
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chroot-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup domjudge
run: |
make configure
./configure --with-baseurl='http://localhost/domjudge/' --with-domjudge-user=domjudge
./configure --with-baseurl='http://localhost/domjudge/' --with-domjudge-user=domjudge --with-judgehost_chrootdir="/__w/domjudge/domjudge/chroot/domjudge"
make judgehost
sudo make install-judgehost
- name: Run chroot content tests
Expand Down
1 change: 1 addition & 0 deletions misc-tools/dj_make_chroot.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ trap cleanup EXIT

# Default directory where to build the chroot tree:
CHROOTDIR="@judgehost_chrootdir@"
printenv

# Fallback Debian and release (codename) to bootstrap (note: overridden right below):
DISTRO="Debian"
Expand Down

0 comments on commit 9c5b302

Please sign in to comment.