Skip to content

Commit

Permalink
Merge pull request #1370 from cfengine/ENT-11166-v3
Browse files Browse the repository at this point in the history
ENT-11166: Remove ShellCheck from centos-7, it is too old to work with our shellcheck annotations.
  • Loading branch information
craigcomstock authored Jan 26, 2024
2 parents a152864 + c2e90b3 commit 5a63ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/cfengine-build-host-setup.cf
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ bundle agent cfengine_build_host_setup
"epel-release";
"ccache";
"fakeroot";
"ShellCheck" comment => "for what purpose? and why not redhat_6? unused platform? also not rhel 8 and 9 so ???";

redhat_7|centos_7|redhat_9::
"python3-pip";
Expand All @@ -109,6 +108,7 @@ bundle agent cfengine_build_host_setup
"perl";
"pkgconf" comment => "pkgconfig renamed to pkgconf in rhel8";
"selinux-policy-devel" comment => "maybe add to _7 and _6?";
"ShellCheck" comment => "only rhel-8 and rhel-9 have a new enough version to be useful. via epel-release https://packages.fedoraproject.org/pkgs/ShellCheck/ShellCheck/";
"openssl-devel";

redhat_9::
Expand Down

0 comments on commit 5a63ac9

Please sign in to comment.