Skip to content

Commit 32d22bc

Browse files
Chandan Babu Rdkruces
authored andcommitted
fstests/redhat: Install gcc-c++ package
Building xfsprogs on OL 9 is failing due to the non-availability of a C++ compiler. Hence, this commit adds gcc-c++ to the list of packages required to build xfsprogs. Signed-off-by: Chandan Babu R <[email protected]> Suggested-by: Daniel Gomez <[email protected]> Reviewed-by: Daniel Gomez <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Daniel Gomez <[email protected]>
1 parent 2514a69 commit 32d22bc

File tree

1 file changed

+1
-0
lines changed
  • playbooks/roles/fstests/tasks/install-deps/redhat

1 file changed

+1
-0
lines changed

playbooks/roles/fstests/tasks/install-deps/redhat/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,5 @@
127127
- libselinux-devel
128128
- libsepol-devel
129129
- pcre2-devel
130+
- gcc-c++
130131
when: 'fstests_xfs_build_custom_xfsprogs|bool'

0 commit comments

Comments
 (0)