Disable hardware acceleration when checking compressed output
This doesn't fix the original reproducibility issue, just calls the legacy behavior during testing. Resolves: rhbz#1988288
This commit is contained in:
parent
2b4c2243f8
commit
20f368a738
@ -467,8 +467,11 @@ rm test/tools/llvm-readobj/ELF/dependent-libraries.test
|
|||||||
# non reproducible errors
|
# non reproducible errors
|
||||||
rm test/tools/dsymutil/X86/swift-interface.test
|
rm test/tools/dsymutil/X86/swift-interface.test
|
||||||
|
|
||||||
|
# see rhbz#1988288
|
||||||
|
sed -i -e "s/'ASAN_SYMBOLIZER_PATH', 'MSAN_SYMBOLIZER_PATH'/'ASAN_SYMBOLIZER_PATH', 'MSAN_SYMBOLIZER_PATH', 'DFLTCC'/" test/lit.cfg.py
|
||||||
|
|
||||||
# FIXME: use %%cmake_build instead of %%__ninja
|
# FIXME: use %%cmake_build instead of %%__ninja
|
||||||
LD_LIBRARY_PATH=%{buildroot}/%{pkg_libdir} %{__ninja} check-all -C %{_vpath_builddir}
|
DFLTCC=0 LD_LIBRARY_PATH=%{buildroot}/%{pkg_libdir} %{__ninja} check-all -C %{_vpath_builddir}
|
||||||
|
|
||||||
%ldconfig_scriptlets libs
|
%ldconfig_scriptlets libs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user