Skip to content

Commit

Permalink
Install librsync dependency on bootstrap host
Browse files Browse the repository at this point in the history
Ticket: None
Changelog: None
Signed-off-by: Lars Erik Wik <[email protected]>
  • Loading branch information
larsewi committed Dec 12, 2024
1 parent ae271bc commit 39139a0
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 @@ -50,6 +50,8 @@ bundle agent cfengine_build_host_setup
"mingw-w64";
(debian_10|debian_11).systemssl_build_host::
"libssl-dev";
debian.bootstrap_pr_host::
"librsync-dev"; # bootstrap_pr host needs this to run configure and make dist

# 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 @@ -144,6 +146,7 @@ bundle agent cfengine_build_host_setup
any::
"mingw_build_host" expression => fileexists("/etc/cfengine-mingw-build-host.flag");
"systemssl_build_host" expression => fileexists("/etc/cfengine-systemssl-build-host.flag");
"bootstrap_pr_host" expression => fileexists("/etc/cfengine-bootstrap-pr-host.flag");
debian_9|ubuntu_16|redhat_6|centos_6::
"have_opt_jdk21" expression => fileexists("/opt/jdk-21.0.1");
(redhat|centos).!(redhat_6|centos_6|redhat_7|centos_7)::
Expand Down

0 comments on commit 39139a0

Please sign in to comment.