I tried adding back the flag -disable-dap-remote-tests to see if it will fix failed test.
I increase the _constraints to 25 GiB of disk space, but still not enough, so I make it 35 GiB. This is getting suspicious.
Code:
%cmake -DCMAKE_C_FLAGS:STRING="%{optflags} -disable-dap-remote-tests" \
-DCMAKE_CXX_FLAGS:STRING="%{optflags} -disable-dap-remote-tests" \
-DCMAKE_BUILD_TYPE:STRING=Release \
-DENABLE_CDF5:BOOL=ON \
-DENABLE_DAP_LONG_TESTS:BOOL=ON \
-DENABLE_EXAMPLE_TESTS:BOOL=ON \
-DENABLE_EXTRA_TESTS:BOOL=ON \
-DENABLE_FAILING_TESTS:BOOL=ON \
-DENABLE_FILTER_TESTING:BOOL=ON \
-DENABLE_LARGE_FILE_TESTS:BOOL=ON
%cmake_build
Bookmarks