From e1d5a32bd2176e1e1c706e2db541f86a7f82c9fa Mon Sep 17 00:00:00 2001 From: Craig Comstock Date: Tue, 11 Aug 2026 15:54:03 -0500 Subject: [PATCH] debug containers setup --- ci/setup-ci-host.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/setup-ci-host.sh b/ci/setup-ci-host.sh index 7cca756ba..f107809fa 100755 --- a/ci/setup-ci-host.sh +++ b/ci/setup-ci-host.sh @@ -101,6 +101,7 @@ else fi if [ -f /etc/cfengine-containers-host.flag ]; then + set -x # debug for now if [ "$debian" -ge "12" ]; then # in jenkins, CONTAINER labeled nodes are capable of running container builds like valgrind-check and static-check add-pkg unzip # linux-install-groovy.sh needs unzip to unpack the groovy distribution archive @@ -126,6 +127,7 @@ if [ -f /etc/cfengine-containers-host.flag ]; then %sudo ALL=NOPASSWD: /usr/sbin/lvs %sudo ALL=NOPASSWD: /usr/bin/journalctl jenkins ALL=NOPASSWD: /usr/bin/podman +jenkins ALL=NOPASSWD: /home/jenkins/tmp-buildscripts/ci/setup-cfengine-build-host.sh EOF chmod 400 /etc/sudoers.d/999-local chown root:root /etc/sudoers.d/999-local