From f9ffbced3528d122420256a51a28245c28bae532 Mon Sep 17 00:00:00 2001 From: Craig Comstock Date: Wed, 6 May 2026 11:16:30 -0500 Subject: [PATCH] fix: ci/cfengine-build-host-setup.cf unzip is needed to unpack groovy distribution archive for install on containers hosts Ticket: none Changelog: none --- ci/cfengine-build-host-setup.cf | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/cfengine-build-host-setup.cf b/ci/cfengine-build-host-setup.cf index 84fe8b5c0..d837f583c 100644 --- a/ci/cfengine-build-host-setup.cf +++ b/ci/cfengine-build-host-setup.cf @@ -84,6 +84,7 @@ bundle agent cfengine_build_host_setup "autoconf-archive" comment => "Required to resolve the AX_PTHREAD macro"; debian.containers_host:: # in jenkins, CONTAINER labeled nodes are capable of running container builds like valgrind-check and static-check + "unzip" comment => "linux-install-groovy.sh needs unzip to unpack the groovy distribution archive."; "buildah"; "jq"; "make";