Skip to content

Commit

Permalink
unixPb: Fix libdwarf installation on CentOS 8 non-x64 (adoptium#3040)
Browse files Browse the repository at this point in the history
Use dnf config-manager to enable powertools repo.
Fix libdwarf package name.

Signed-off-by: Violeta Sebe <vsebe@ca.ibm.com>
  • Loading branch information
vsebe authored Aug 15, 2023
1 parent 9bf2677 commit 2bf767c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@
tags: patch_update

- name: Enable CentOS-PowerTools repo for CentOS8
replace:
path: /etc/yum.repos.d/CentOS-Linux-PowerTools.repo
regexp: 'enabled=0'
replace: "enabled=1"
failed_when: false
shell: dnf config-manager --set-enabled powertools
when:
- ansible_distribution_major_version == "8"
tags: patch_update
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Additional_Build_Tools_CentOS_x86:
- libstdc++.i686 # a dependency required for executing a 32-bit C binary

Additional_Build_Tools_CentOS8_Stream:
- libdwarf.x86_64
- libdwarf
- libmpc-devel

Additional_Build_Tools_NOT_CentOS8_Stream:
Expand Down

0 comments on commit 2bf767c

Please sign in to comment.