public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [COMMITTED] Fix gccrust_bootstrap_factory steps
@ 2022-06-24  8:50 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2022-06-24  8:50 UTC (permalink / raw)
  To: buildbot; +Cc: Mark Wielaard

The steps were added to the gccrust_factory instead of the
gccrust_bootstrap_factory. Turning every builder into a full bootstrap
build. And leaving the bootstrap build empty.
---
 builder/master.cfg | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index 2d1379f..a70a93b 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -1367,13 +1367,13 @@ gccrust_factory.addStep(gccrust_check_check_step)
 gccrust_factory.addSteps(gccrust_bunsen_steps)
 
 gccrust_bootstrap_factory = util.BuildFactory()
-gccrust_factory.addStep(gccrust_git_step)
-gccrust_factory.addStep(gccrust_rm_build_step)
-gccrust_factory.addStep(gccrust_configure_bootstrap_step)
-gccrust_factory.addStep(gccrust_make_step)
-gccrust_factory.addStep(gccrust_check_step)
-gccrust_factory.addStep(gccrust_check_check_step)
-gccrust_factory.addSteps(gccrust_bunsen_steps)
+gccrust_bootstrap_factory.addStep(gccrust_git_step)
+gccrust_bootstrap_factory.addStep(gccrust_rm_build_step)
+gccrust_bootstrap_factory.addStep(gccrust_configure_bootstrap_step)
+gccrust_bootstrap_factory.addStep(gccrust_make_step)
+gccrust_bootstrap_factory.addStep(gccrust_check_step)
+gccrust_bootstrap_factory.addStep(gccrust_check_check_step)
+gccrust_bootstrap_factory.addSteps(gccrust_bunsen_steps)
 
 gccrust_fedora_x86_64_builder = util.BuilderConfig(
         name="gccrust-fedora-x86_64",
-- 
2.30.2


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

only message in thread, other threads:[~2022-06-24  8:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-24  8:50 [COMMITTED] Fix gccrust_bootstrap_factory steps 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).