Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ci/cfengine-build-host-setup.cf
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
Loading