public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Add gcc_full_build_configure_step to gcc_full_build_factory
@ 2022-08-08  0:54 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2022-08-08  0:54 UTC (permalink / raw)
  To: buildbot; +Cc: Mark Wielaard

---
 builder/master.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/builder/master.cfg b/builder/master.cfg
index 4c84e73..09186e9 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -2974,6 +2974,7 @@ gcc_full_build_configure_step = steps.Configure(
         command=['../gcc/configure',],
         name='configure',
         haltOnFailure=True)
+gcc_full_build_factory.addStep(gcc_full_build_configure_step)
 gcc_full_build_factory.addStep(steps.Compile(
         workdir='gcc-build',
         command=['make', util.Interpolate('-j%(prop:maxcpus)s')],
-- 
2.30.2


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

only message in thread, other threads:[~2022-08-08  0:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-08  0:54 [PATCH] Add gcc_full_build_configure_step to gcc_full_build_factory 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).