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

View File

@ -897,9 +897,9 @@ ls %{_buildrootdir}
export MACH_USE_SYSTEM_PYTHON=1 export MACH_USE_SYSTEM_PYTHON=1
%if 0%{?use_llvmts} %if 0%{?use_llvmts}
#scl enable llvm-toolset-%{llvm_version} './mach build -v' #scl enable llvm-toolset-%{llvm_version} './mach build -v'
./mach build -v ./mach build -v || exit 1
%else %else
./mach build -v ./mach build -v || exit 1
%endif %endif
# Look for the reason we get: /usr/lib/rpm/debugedit: canonicalization unexpectedly shrank by one character # Look for the reason we get: /usr/lib/rpm/debugedit: canonicalization unexpectedly shrank by one character
readelf -wl objdir/dist/bin/libxul.so | grep "/" readelf -wl objdir/dist/bin/libxul.so | grep "/"