public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
From: Guinevere Larsen <blarsen@redhat.com>
To: buildbot@sourceware.org
Cc: Guinevere Larsen <blarsen@redhat.com>
Subject: [PATCH] add clang to fedora-rawhide container
Date: Wed,  2 Aug 2023 13:34:01 +0200	[thread overview]
Message-ID: <20230802113400.1128479-2-blarsen@redhat.com> (raw)

The GDB clang worker uses the fedora-rawhide container, however, that
container doesn't actually install clang to compile the sources and run
the testsuite. This commit fixes that.
---
 builder/containers/Containerfile-fedora-rawhide | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/builder/containers/Containerfile-fedora-rawhide b/builder/containers/Containerfile-fedora-rawhide
index 17d9fcc..b9f9679 100644
--- a/builder/containers/Containerfile-fedora-rawhide
+++ b/builder/containers/Containerfile-fedora-rawhide
@@ -2,7 +2,7 @@
 FROM registry.fedoraproject.org/fedora:rawhide
 RUN dnf upgrade -y && \
     dnf install -y \
-        gcc gcc-c++ libubsan libasan libtool ccache valgrind \
+        gcc gcc-c++ libubsan libasan libtool ccache valgrind clang \
 	glibc-gconv-extra \
 	isl-devel libmpc-devel mpfr-devel gmp-devel autogen \
         patch util-linux diffutils iproute bsdtar cpio procps \
-- 
2.41.0


             reply	other threads:[~2023-08-02 11:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-02 11:34 Guinevere Larsen [this message]
2023-08-02 11:36 ` Frank Ch. Eigler

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=20230802113400.1128479-2-blarsen@redhat.com \
    --to=blarsen@redhat.com \
    --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).