This is an automated email from the ASF dual-hosted git repository.
iwasakims pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/branch-3.3 by this push:
new 737e7eecf BIGTOP-4121. Fix test failure of Phoenix on rockylinux-8 due
to deployment issue of python3 (#1279)
737e7eecf is described below
commit 737e7eecf984317a622e043582b1f4a75c7de4bb
Author: masatana <[email protected]>
AuthorDate: Sun Jun 9 22:35:06 2024 +0900
BIGTOP-4121. Fix test failure of Phoenix on rockylinux-8 due to deployment
issue of python3 (#1279)
(cherry picked from commit 3f1285f8c2a39d20a694306f8f3b08e1d16a762c)
---
bigtop_toolchain/bin/puppetize.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bigtop_toolchain/bin/puppetize.sh
b/bigtop_toolchain/bin/puppetize.sh
index d0ee9912a..bffd846bc 100755
--- a/bigtop_toolchain/bin/puppetize.sh
+++ b/bigtop_toolchain/bin/puppetize.sh
@@ -60,7 +60,7 @@ case ${ID}-${VERSION_ID} in
puppet module install puppetlabs-stdlib --version 4.12.0
# Enabling the PowerTools and EPEL repositories via Puppet doesn't
seem to work in some cases.
# As a workaround for that, enable the former here in advance of
running the Puppet manifests.
- dnf config-manager --set-enabled powertools
+ dnf config-manager --set-enabled powertools devel
;;
rocky-9*)
rpm -ivh
https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm