public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] fedrawhide clang builder: fix CXX_FOR_TARGET
@ 2023-08-10  8:50 Guinevere Larsen
  2023-08-10 10:15 ` Mark Wielaard
  0 siblings, 1 reply; 2+ messages in thread
From: Guinevere Larsen @ 2023-08-10  8:50 UTC (permalink / raw)
  To: buildbot; +Cc: Guinevere Larsen

before this commit, buildbot was using the command line "clang" to
compile c++ files, which caused multiple linking failures. This commit
corrects it to use clang++
---
 builder/master.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index 116db44..98f4312 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -3276,7 +3276,7 @@ binutils_gdb_clang_fedrawhide_x86_64_builder = util.BuilderConfig(
         collapseRequests=True,
         workernames=["fedrawhide-x86_64"],
         tags=["binutils-gdb", "fedora", "x86_64", "clang"],
-        factory=binutils_gdb_factory_factory('CC_FOR_TARGET=clang CXX_FOR_TARGET=clang'))
+        factory=binutils_gdb_factory_factory('CC_FOR_TARGET=clang CXX_FOR_TARGET=clang++'))
 c['builders'].append(binutils_gdb_clang_fedrawhide_x86_64_builder)
 
 binutils_gdb_gentoo_sparc_builder = util.BuilderConfig(
-- 
2.41.0


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

* Re: [PATCH] fedrawhide clang builder: fix CXX_FOR_TARGET
  2023-08-10  8:50 [PATCH] fedrawhide clang builder: fix CXX_FOR_TARGET Guinevere Larsen
@ 2023-08-10 10:15 ` Mark Wielaard
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Wielaard @ 2023-08-10 10:15 UTC (permalink / raw)
  To: Guinevere Larsen; +Cc: buildbot

On Thu, Aug 10, 2023 at 10:50:42AM +0200, Guinevere Larsen wrote:
> before this commit, buildbot was using the command line "clang" to
> compile c++ files, which caused multiple linking failures. This commit
> corrects it to use clang++

Makes sense.

Pushed,

Mark

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

end of thread, other threads:[~2023-08-10 10:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-10  8:50 [PATCH] fedrawhide clang builder: fix CXX_FOR_TARGET Guinevere Larsen
2023-08-10 10:15 ` 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).