Skip to content

Commit e29afee

Browse files
committed
Enable PowerTools repository on Rocky Linux
Needed by hwloc-devel blas-devel libedit-devel and glibc-static packages Signed-off-by: Enrico Usai <[email protected]>
1 parent 312ab93 commit e29afee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbooks/aws-parallelcluster-shared/resources/package_repos/package_repos_rocky8.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232

3333
execute 'yum-config-manager-rhel' do
3434
# Needed by hwloc-devel blas-devel libedit-devel and glibc-static packages
35-
command "yum-config-manager --enable codeready-builder-for-rhel-8-rhui-rpms"
36-
end unless on_docker?
35+
command "yum-config-manager --enable powertools"
36+
end
3737

3838
execute 'yum-config-manager_skip_if_unavail' do
3939
command "yum-config-manager --setopt=\*.skip_if_unavailable=1 --save"

0 commit comments

Comments
 (0)