Skip to content

Commit

Permalink
Show config
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Feb 20, 2024
1 parent d1f7f16 commit 36a4f9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/chroot-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: |
lsb_release -a
mount
pwd
- uses: actions/checkout@v3
- name: Setup domjudge
run: |
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 @@ -365,6 +365,7 @@ if [ -n "$DEBPROXY" ]; then
fi

mount -t proc proc "$CHROOTDIR/proc"
cat /chroot/domjudge/debootstrap/debootstrap.log
mount -t sysfs sysfs "$CHROOTDIR/sys"

# Required for some warning messages about writing to log files
Expand Down

0 comments on commit 36a4f9a

Please sign in to comment.