public inbox for kdevops@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH V2] fstests/redhat: Install gcc-c++ package
@ 2025-07-04 13:46 Chandan Babu R
  2025-07-04 14:29 ` Daniel Gomez
  2025-08-21  8:41 ` Daniel Gomez
  0 siblings, 2 replies; 4+ messages in thread
From: Chandan Babu R @ 2025-07-04 13:46 UTC (permalink / raw)
  To: kdevops; +Cc: Chandan Babu R, Daniel Gomez

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 <chandanbabu@kernel.org>
Suggested-by: Daniel Gomez <da.gomez@kernel.org>
---
 playbooks/roles/fstests/tasks/install-deps/redhat/main.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/playbooks/roles/fstests/tasks/install-deps/redhat/main.yml b/playbooks/roles/fstests/tasks/install-deps/redhat/main.yml
index f4f9161e..4e3825fc 100644
--- a/playbooks/roles/fstests/tasks/install-deps/redhat/main.yml
+++ b/playbooks/roles/fstests/tasks/install-deps/redhat/main.yml
@@ -127,4 +127,5 @@
       - libselinux-devel
       - libsepol-devel
       - pcre2-devel
+      - gcc-c++
   when: 'fstests_xfs_build_custom_xfsprogs|bool'
-- 
2.45.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-08-22 11:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-04 13:46 [PATCH V2] fstests/redhat: Install gcc-c++ package Chandan Babu R
2025-07-04 14:29 ` Daniel Gomez
2025-08-21  8:41 ` Daniel Gomez
2025-08-22 11:38   ` Chandan Babu R

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox