Do not parallelise the testsuite execution

This hopefully fixes an issue where the aarch64 builder sporadically
runs out of resources:
```
Testing lto-dso ... terminate called after throwing an instance of
'std::runtime_error'
  what():  pthread_create has failed: Resource temporarily unavailable
collect2: fatal error: ld terminated with signal 6 [Aborted], core
dumped
compilation terminated.
```
This commit is contained in:
Christoph Erhardt 2022-02-23 06:43:19 +01:00
parent 0a4d019d56
commit e59637bab8
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ fi
%if 0%{?el8}
. /opt/rh/gcc-toolset-10/enable
%endif
%make_build %{build_args} test
%make_build -j1 %{build_args} test
%files
%license LICENSE