public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: buildbot@sourceware.org
Cc: Mark Wielaard <mark@klomp.org>
Subject: [COMMITTED] Add g++-multilib to Containerfile-debian-{stable,testing}
Date: Wed, 13 Mar 2024 22:31:05 +0100	[thread overview]
Message-ID: <20240313213105.3271879-1-mark@klomp.org> (raw)

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


                 reply	other threads:[~2024-03-13 21:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20240313213105.3271879-1-mark@klomp.org \
    --to=mark@klomp.org \
    --cc=buildbot@sourceware.org \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).