We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a5551b + 6083e96 commit 7a77ad1Copy full SHA for 7a77ad1
ci/cfengine-build-host-setup.cf
@@ -14,8 +14,8 @@ bundle agent cfengine_build_host_setup
14
ubuntu_20::
15
"autoconf" comment => "because on arm ubuntu-20 we need to reconfigure the debian-9 bootstrapped configure scripts.";
16
"shellcheck" comment => "not sure why only ubuntu-20 needed this.";
17
- debian.(!debian_12.!ubuntu_22)::
18
- "python" comment => "debian-12 has only python3";
+ debian.(!debian_12.!ubuntu_22.!ubuntu_24)::
+ "python" comment => "debian>=12 and ubuntu>=22 only has python3";
19
20
debian|ubuntu::
21
"libltdl7" package_policy => "delete";
0 commit comments