public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [COMMITTED] Add g++-multilib to Containerfile-debian-{stable,testing}
@ 2024-03-13 21:31 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2024-03-13 21:31 UTC (permalink / raw)
  To: buildbot; +Cc: Mark Wielaard

For building valgrind g++ -m32 tests.
---
 builder/containers/Containerfile-debian-stable  | 1 +
 builder/containers/Containerfile-debian-testing | 1 +
 2 files changed, 2 insertions(+)

diff --git a/builder/containers/Containerfile-debian-stable b/builder/containers/Containerfile-debian-stable
index 84ea0b182e35..61050106416e 100644
--- a/builder/containers/Containerfile-debian-stable
+++ b/builder/containers/Containerfile-debian-stable
@@ -4,6 +4,7 @@ RUN apt-get update && \
     apt-get upgrade -y && \
     apt-get install -y \
       build-essential gcc-multilib g++ libubsan1 libasan6 libtool ccache valgrind \
+      g++-multilib \
       libisl-dev libmpc-dev libgmp-dev libmpfr-dev libgmp-dev \
       patch util-linux diffutils iproute2 libarchive-tools cpio rpm2cpio procps \
       coreutils make git autotools-dev autoconf dejagnu automake gettext bison flex \
diff --git a/builder/containers/Containerfile-debian-testing b/builder/containers/Containerfile-debian-testing
index bc410f14f5be..0a79771d849a 100644
--- a/builder/containers/Containerfile-debian-testing
+++ b/builder/containers/Containerfile-debian-testing
@@ -4,6 +4,7 @@ RUN apt-get update && \
     apt-get upgrade -y && \
     apt-get install -y \
       build-essential gcc-multilib g++ libubsan1 libasan6 libtool ccache valgrind \
+      g++-multilib \
       libisl-dev libmpc-dev libgmp-dev libmpfr-dev libgmp-dev \
       patch util-linux diffutils iproute2 libarchive-tools cpio rpm2cpio procps \
       coreutils make git autotools-dev autoconf dejagnu automake gettext bison flex \
-- 
2.39.3


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

only message in thread, other threads:[~2024-03-13 21:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-13 21:31 [COMMITTED] Add g++-multilib to Containerfile-debian-{stable,testing} 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).