From dbd7080e53b631eda1e0ce2cc72ac6c2a6e0f4b4 Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Sat, 26 Oct 2019 16:20:12 -0600 Subject: [PATCH] fix build --- cereal.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cereal.spec b/cereal.spec index eba0fc3..6e5740e 100644 --- a/cereal.spec +++ b/cereal.spec @@ -41,6 +41,7 @@ This package contains development headers and libraries for the cereal library %build mkdir %{_target_platform} +pushd %{_target_platform} %{cmake3} .. -DSKIP_PORTABILITY_TEST=ON -DWITH_WERROR=OFF %make_build @@ -48,9 +49,7 @@ mkdir %{_target_platform} %make_install -C %{_target_platform} %check -#test_portable_binary_archive is unstable -#https://github.com/USCiLab/cereal/issues/338 -make -C %{_target_platform} test ARGS="-V -E test_portable_binary_archive" +make -C %{_target_platform} test %files devel %doc README.md