Further restrict the amount of resources used by test suites;
hopefully this leads to builds stalling less often
This commit is contained in:
parent
d9bb825c22
commit
30d75c98d6
@ -337,8 +337,8 @@ find examples -name 'Makefile' | xargs -0r rm -f
|
|||||||
%check
|
%check
|
||||||
# the Koji build server does not seem to have enough RAM
|
# the Koji build server does not seem to have enough RAM
|
||||||
# for the default 16 threads
|
# for the default 16 threads
|
||||||
make check LIT_ARGS="-s -v -j8"
|
make check LIT_ARGS="-v -j4"
|
||||||
make -C tools/clang/test
|
make -C tools/clang/test TESTARGS="-v -j4"
|
||||||
|
|
||||||
|
|
||||||
%post libs -p /sbin/ldconfig
|
%post libs -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user