diff --git a/capnproto.spec b/capnproto.spec index c406534..5eb0a0b 100644 --- a/capnproto.spec +++ b/capnproto.spec @@ -63,11 +63,9 @@ developing applications that use %{name}. LD_LIBRARY_PATH=$(pwd)/.libs:$(pwd)/gtest/lib/.libs %make_build %check -%ifarch %{ix86} -# The tests are randomly failing on i686 due to poor sparsing support in the build system +# The tests are randomly failing due to poor sparsing support in the build system export CFLAGS="%{optflags} -DHOLES_NOT_SUPPORTED=1" export CXXFLAGS="%{optflags} -DHOLES_NOT_SUPPORTED=1" -%endif # The make check builds bundled gtest (but doesn't install it!) LD_LIBRARY_PATH=$(pwd)/.libs:$(pwd)/gtest/lib/.libs %make_build check @@ -96,7 +94,7 @@ find %{buildroot} -name '*.la' -delete %changelog * Thu Mar 12 2020 Neal Gompa - 0.7.0-6 - Backport patch to fix aliasing violation breaking builds on GCC 10 on ARM (#1807872) -- Disable "DiskFile holes" test for 32-bit x86 to stop build failures +- Disable "DiskFile holes" test to stop build failures * Tue Jan 28 2020 Fedora Release Engineering - 0.7.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild