public inbox for kdevops@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH] devconfig/redhat: Install gcc-c++ package
@ 2025-07-02  5:46 Chandan Babu R
  2025-07-02 11:42 ` Daniel Gomez
  0 siblings, 1 reply; 3+ messages in thread
From: Chandan Babu R @ 2025-07-02  5:46 UTC (permalink / raw)
  To: kdevops; +Cc: Chandan Babu R

Building xfsprogs on Oracle Linux 9 is failing due to the non-availability of
a C++ compiler. Hence, this commit adds gcc-c++ to the list of packages to be
installed during the provisioning phase.

Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
---
 playbooks/roles/devconfig/tasks/install-deps/redhat/main.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/playbooks/roles/devconfig/tasks/install-deps/redhat/main.yml b/playbooks/roles/devconfig/tasks/install-deps/redhat/main.yml
index 39ef0ef5..6b748b2a 100644
--- a/playbooks/roles/devconfig/tasks/install-deps/redhat/main.yml
+++ b/playbooks/roles/devconfig/tasks/install-deps/redhat/main.yml
@@ -70,6 +70,7 @@
       - xfsdump
       - lvm2
       - gcc
+      - gcc-c++
       - make
       - gawk
       - bc
-- 
2.45.2


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

end of thread, other threads:[~2025-07-04 13:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-02  5:46 [PATCH] devconfig/redhat: Install gcc-c++ package Chandan Babu R
2025-07-02 11:42 ` Daniel Gomez
2025-07-04 13:42   ` 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