Skip to content

Commit c70c02c

Browse files
committed
Adjusted build host policy for Debian 13
Ticket: ENT-13164 Changelog: none
1 parent 0385e49 commit c70c02c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

ci/cfengine-build-host-setup.cf

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,15 @@ bundle agent cfengine_build_host_setup
1414
ubuntu_20::
1515
"autoconf" comment => "because on arm ubuntu-20 we need to reconfigure the debian-9 bootstrapped configure scripts.";
1616
"shellcheck" comment => "not sure why only ubuntu-20 needed this.";
17-
debian.(!debian_12.!ubuntu_22.!ubuntu_24)::
17+
debian.(!debian_13.!debian_12.!ubuntu_22.!ubuntu_24.!ubuntu_25)::
1818
"python" comment => "debian>=12 and ubuntu>=22 only has python3";
1919

20+
debian_13|ubuntu_25::
21+
"ntpsec";
22+
23+
debian.(!debian_13.!ubuntu_25)::
24+
"ntp";
25+
2026
debian|ubuntu::
2127
"libltdl7" package_policy => "delete";
2228
"libltdl-dev" package_policy => "delete";
@@ -33,10 +39,9 @@ bundle agent cfengine_build_host_setup
3339
"libexpat1-dev";
3440
"libmodule-load-conditional-perl";
3541
"libpam0g-dev";
36-
"ntp";
3742
"pkg-config";
3843
"psmisc";
39-
"python3-pip";
44+
"python3-pip" comment => "this will bring in python3 if needed on debian>=12 and ubuntu>=22";
4045
"python3-psycopg2";
4146
"rsync" comment => "added for debian-10";
4247
"systemd-coredump" comment => "added step to jenkins testing-pr job to query for coredumps on failures";

0 commit comments

Comments
 (0)