From f7b29943f57e0d02e1211d01b70dcf65e6746e33 Mon Sep 17 00:00:00 2001 From: sharpenedblade Date: Wed, 17 Jan 2024 19:58:05 -0800 Subject: [PATCH] Add debug logging --- .github/workflows/build-iso.yml | 1 + build.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/build-iso.yml b/.github/workflows/build-iso.yml index 36161ef..c77217a 100644 --- a/.github/workflows/build-iso.yml +++ b/.github/workflows/build-iso.yml @@ -21,6 +21,7 @@ jobs: libmagickcore-dev libmagickwand-dev libssl-dev \ mercurial openssh-client p7zip-full ftp bison sudo apt-get autoremove -y + sudo df -h - name: Checkout uses: actions/checkout@v3 diff --git a/build.sh b/build.sh index e966bd9..da96284 100755 --- a/build.sh +++ b/build.sh @@ -16,6 +16,7 @@ for profile in "${profiles[@]}"; do profile_builddir="$builddir/$profile"; mkdir -p $profile_builddir; cd "$profile_builddir" /repo/kiwi-build \ + --debug \ --image-type=iso \ --image-profile="$profile" \ --kiwi-description-dir=/repo/ \