From 36a4f9a6c0e6d827e4f13a62601fcecb167c7d86 Mon Sep 17 00:00:00 2001 From: Michael Vasseur <14887731+vmcj@users.noreply.github.com> Date: Tue, 20 Feb 2024 18:04:39 +0100 Subject: [PATCH] Show config --- .github/workflows/chroot-checks.yml | 1 + misc-tools/dj_make_chroot.in | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/chroot-checks.yml b/.github/workflows/chroot-checks.yml index 75cc1c94c5..ccc7e66e68 100644 --- a/.github/workflows/chroot-checks.yml +++ b/.github/workflows/chroot-checks.yml @@ -26,6 +26,7 @@ jobs: run: | lsb_release -a mount + pwd - uses: actions/checkout@v3 - name: Setup domjudge run: | diff --git a/misc-tools/dj_make_chroot.in b/misc-tools/dj_make_chroot.in index 8595ed05a2..5f6ca3cffd 100755 --- a/misc-tools/dj_make_chroot.in +++ b/misc-tools/dj_make_chroot.in @@ -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