Resolves: #2060191 Exit failed build asap

This commit is contained in:
Jan Horak 2022-03-02 18:28:35 +01:00 committed by Eike Rathke
parent 1498157792
commit 673063bec8
1 changed files with 2 additions and 2 deletions

View File

@ -897,9 +897,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 "/"