public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [COMMITTED] Containerfile-fedora-latest: Add i686 glibc-devel libatomic libstdc++-devel
@ 2026-05-24 14:54 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2026-05-24 14:54 UTC (permalink / raw)
  To: buildbot; +Cc: Martin Cermak, Mark Wielaard

The i686 variants are necessary to build valgrind and run the i686
secondary arch testcases. Also explicitly add libstdc++-devel (main
arch) to make sure all libstdc++ development files/includes are
installed and not just the g++ compiler.

Note: This makes the Containerfile architecture specific which is
unfortunate, but they are currently only used on x86_64.
---
 builder/containers/Containerfile-fedora-latest | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/builder/containers/Containerfile-fedora-latest b/builder/containers/Containerfile-fedora-latest
index 5177a76a188e..79db690b4906 100644
--- a/builder/containers/Containerfile-fedora-latest
+++ b/builder/containers/Containerfile-fedora-latest
@@ -5,7 +5,8 @@ RUN dnf upgrade -y && \
         gcc gcc-c++ libubsan libasan libtool ccache valgrind valgrind-devel \
         cargo \
 	clang clang-devel llvm-devel \
-	glibc-gconv-extra \
+	glibc-gconv-extra libstdc++-devel \
+	glibc-devel.i686 libatomic.i686 libstdc++-devel.i686 \
 	isl-devel libmpc-devel mpfr-devel gmp-devel autogen lcov \
         patch util-linux diffutils iproute bsdtar cpio procps \
         coreutils make git autoconf dejagnu automake gettext-devel bison flex \
-- 
2.54.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-05-24 14:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-24 14:54 [COMMITTED] Containerfile-fedora-latest: Add i686 glibc-devel libatomic libstdc++-devel Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).