Skip to content

Commit

Permalink
Merge pull request #1379 from craigcomstock/ENT-11166-v7
Browse files Browse the repository at this point in the history
ENT-11166: Need libssl-dev for systemssl build hosts
  • Loading branch information
craigcomstock authored Jan 26, 2024
2 parents 911c812 + effd0d8 commit d0c4590
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/cfengine-build-host-setup.cf
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ bundle agent cfengine_build_host_setup
ubuntu_16.mingw_build_host:: # for now, only ubu16 hosts mingw builds
"wine:i386";
"mingw-w64";
(debian_10|debian_11).systemssl_build_host::
"libssl-dev";

# I attempted to arrange these packages in order of: generic (all versions) and then as if we gradually added them through time: rhel-6, 7, 8, 9...
suse|opensuse|sles|redhat|centos::
Expand Down Expand Up @@ -129,6 +131,7 @@ bundle agent cfengine_build_host_setup
classes:
any::
"mingw_build_host" expression => fileexists("/etc/cfengine-mingw-build-host.flag");
"systemssl_build_host" expression => fileexists("/etc/cfengine-systemssl-build-host.flag");
debian_9|ubuntu_16::
"have_opt_jdk21" expression => fileexists("/opt/jdk-21.0.1");
redhat_7|centos_7|redhat_8|centos_8|redhat_9::
Expand Down

0 comments on commit d0c4590

Please sign in to comment.