public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] glibc-build: haltOnFailure for glibc_make_build_step
@ 2022-07-05 11:19 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2022-07-05 11:19 UTC (permalink / raw)
  To: buildbot; +Cc: Mark Wielaard

It doesn't really make sense to continue with the check step if the
build itself fails.
---
 builder/master.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index d9684a6..19e8d1b 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -2551,7 +2551,7 @@ glibc_make_build_step = steps.Compile(
         command=['make',
                  util.Interpolate('-j%(prop:ncpus)s')],
         name='make',
-        haltOnFailure=False, flunkOnFailure=True)
+        haltOnFailure=True)
 
 glibc_check_step = steps.Test(
         workdir='glibc-build',
-- 
2.30.2


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

only message in thread, other threads:[~2022-07-05 11:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-05 11:19 [PATCH] glibc-build: haltOnFailure for glibc_make_build_step 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).