From: Chandan Babu R <chandanbabu@kernel.org>
To: kdevops@lists.linux.dev
Cc: Chandan Babu R <chandanbabu@kernel.org>,
Daniel Gomez <da.gomez@kernel.org>
Subject: [PATCH V2] fstests/redhat: Install gcc-c++ package
Date: Fri, 4 Jul 2025 19:16:15 +0530 [thread overview]
Message-ID: <20250704134620.2333481-1-chandanbabu@kernel.org> (raw)
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
next reply other threads:[~2025-07-04 13:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-04 13:46 Chandan Babu R [this message]
2025-07-04 14:29 ` [PATCH V2] fstests/redhat: Install gcc-c++ package Daniel Gomez
2025-08-21 8:41 ` Daniel Gomez
2025-08-22 11:38 ` Chandan Babu R
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250704134620.2333481-1-chandanbabu@kernel.org \
--to=chandanbabu@kernel.org \
--cc=da.gomez@kernel.org \
--cc=kdevops@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox