From 7ba46ea55f505e01b067e34c26ed366aa72291ef Mon Sep 17 00:00:00 2001 From: Youssef Adnan Date: Sat, 4 Nov 2023 16:45:44 -0700 Subject: [PATCH] Stop on error --- osx/jhbuildrc-custom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osx/jhbuildrc-custom b/osx/jhbuildrc-custom index 4120ce41..509f4f29 100644 --- a/osx/jhbuildrc-custom +++ b/osx/jhbuildrc-custom @@ -121,6 +121,6 @@ module_mesonargs['gtk+-3.0'] = '--buildtype release --optimization 3 -Dx11 # quiet_mode=True # Don't respect suggests #ignore_suggests = True -#exit_on_error = True # For CI -#interact = False # For CI +exit_on_error = True # For CI +interact = False # For CI shallow_clone = True \ No newline at end of file