Skip to content

Commit

Permalink
Revert to using 3.21.4 version for build host setup
Browse files Browse the repository at this point in the history
3.21.5 introduced a behavior change for simple package promises without any attributes resulting in errors in the build host policy.

Ticket: ENT-11989
Changelog: none
  • Loading branch information
craigcomstock committed Jun 24, 2024
1 parent c4eab6b commit 5313cc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions ci/cfengine-masterfiles-3.21.4-1.pkg.tar.gz.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a4b35ad85ec14dda49b93c1c91a93e09f4336d9ee88cd6a3b27d323c90a279ca cfengine-masterfiles-3.21.4-1.pkg.tar.gz
3 changes: 2 additions & 1 deletion ci/setup-cfengine-build-host.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
shopt -s expand_aliases

# TODO get latest LTS dynamically
CFE_VERSION=3.21.5
CFE_VERSION=3.21.4

# install needed packages and software for a build host
set -ex
Expand Down Expand Up @@ -107,6 +107,7 @@ else

sha256sum --check ./buildscripts/ci/quick-install-cfengine-enterprise.sh.sha256
chmod +x quick-install-cfengine-enterprise.sh
export CFEngine_Enterprise_Package_Version="$CFE_VERSION"
bash ./quick-install-cfengine-enterprise.sh agent
fi

Expand Down

0 comments on commit 5313cc4

Please sign in to comment.