From 0f37f047ac506d936bcbe61812c57ff2e772e13a Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Thu, 3 Mar 2022 16:08:39 +0100 Subject: [PATCH] Resolves: #2060202 Exit failed build asap --- thunderbird.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thunderbird.spec b/thunderbird.spec index 21df563..1004e62 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -875,9 +875,9 @@ ls %{_buildrootdir} export MACH_USE_SYSTEM_PYTHON=1 %if 0%{?use_llvmts} #scl enable llvm-toolset-%{llvm_version} './mach build -v' - ./mach build -v + ./mach build -v || exit 1 %else - ./mach build -v + ./mach build -v || exit 1 %endif # Look for the reason we get: /usr/lib/rpm/debugedit: canonicalization unexpectedly shrank by one character readelf -wl objdir/dist/bin/libxul.so | grep "/"