From 543fe04d7b2a152193e0cdb67dca91ab09064382 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 4 Jan 2025 07:38:05 -0600 Subject: [PATCH] xxx --- build.sh | 6 +++++- ci/Jenkinsfile | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index ded750d..046f8ba 100644 --- a/build.sh +++ b/build.sh @@ -33,4 +33,8 @@ cid=$(buildah from "${base}") buildah add "${cid}" portage /etc/portage buildah_run_script "${cid}" "${SRCDIR}"/lib/sync.sh buildah_run_script "${cid}" "${SRCDIR}"/tools.sh -buildah commit --rm --squash "${cid}" "aimee-os.org/build/build-${target}" +(while sleep 1; do df -Th; done) & +buildah commit --rm --squash "${cid}" "aimee-os.org/build/build-${target}" || rc=$? +kill $! +wait +exit $rc diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index b38c445..1477396 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -50,6 +50,7 @@ pipeline { post { failure { + sh 'df -Th' sh 'unshare -Ur --map-auto chown root:root -R tmp log' dir('tmp/portage') { archiveArtifacts '*/*/temp/*.log'