public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] add clang to fedora-rawhide container
@ 2023-08-02 11:34 Guinevere Larsen
  2023-08-02 11:36 ` Frank Ch. Eigler
  0 siblings, 1 reply; 2+ messages in thread
From: Guinevere Larsen @ 2023-08-02 11:34 UTC (permalink / raw)
  To: buildbot; +Cc: Guinevere Larsen

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] add clang to fedora-rawhide container
  2023-08-02 11:34 [PATCH] add clang to fedora-rawhide container Guinevere Larsen
@ 2023-08-02 11:36 ` Frank Ch. Eigler
  0 siblings, 0 replies; 2+ messages in thread
From: Frank Ch. Eigler @ 2023-08-02 11:36 UTC (permalink / raw)
  To: Guinevere Larsen; +Cc: buildbot

Hi -

> 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.

Thanks, merged.

- FChE

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-02 11:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-02 11:34 [PATCH] add clang to fedora-rawhide container Guinevere Larsen
2023-08-02 11:36 ` Frank Ch. Eigler

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).