Merge pull request #144989 from trofi/parallel-cloog

This commit is contained in:
Sandro 2021-11-07 18:13:00 +01:00 committed by GitHub
commit 9c1dbfdd9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,8 +15,9 @@ stdenv.mkDerivation rec {
configureFlags = [ "--with-isl=system" ];
# Breaks the test cases
#enableParallelBuilding = true;
enableParallelBuilding = true;
# Breaks the test cases as it reuses 'cloog_temp' file name for different tests.
enableParallelChecking = false;
doCheck = true;