Skip to content

Commit 7a77ad1

Browse files
Merge pull request #1758 from craigcomstock/ENT-13030-ubuntu-24-buildhost-fix
Fixed ubuntu.24 build host policy, python is not a package, python3 will be installed as a dependency.
2 parents 8a5551b + 6083e96 commit 7a77ad1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/cfengine-build-host-setup.cf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ 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)::
18-
"python" comment => "debian-12 has only python3";
17+
debian.(!debian_12.!ubuntu_22.!ubuntu_24)::
18+
"python" comment => "debian>=12 and ubuntu>=22 only has python3";
1919

2020
debian|ubuntu::
2121
"libltdl7" package_policy => "delete";

0 commit comments

Comments
 (0)