aws-sdk-cpp: disabale parallel checking
data races suspected in aws-cpp-sdk-core-tests/aws/auth/AWSCredentialsProviderTest.cpp and aws-cpp-sdk-core-tests/aws/client/AWSClientTest.cpp
This commit is contained in:
committed by
Raphael Megzari
parent
e3f1f8bba2
commit
d9087aab1b
@@ -64,10 +64,10 @@ stdenv.mkDerivation rec {
|
||||
# fix build with gcc9, can be removed after bumping to current version
|
||||
NIX_CFLAGS_COMPILE = [ "-Wno-error" ];
|
||||
|
||||
preConfigure = ''
|
||||
rm aws-cpp-sdk-core-tests/aws/auth/AWSCredentialsProviderTest.cpp
|
||||
rm aws-cpp-sdk-core-tests/aws/client/AWSClientTest.cpp
|
||||
'';
|
||||
# aws-cpp-sdk-core-tests/aws/auth/AWSCredentialsProviderTest.cpp
|
||||
# aws-cpp-sdk-core-tests/aws/client/AWSClientTest.cpp
|
||||
# seem to have a datarace
|
||||
enableParallelChecking = false;
|
||||
|
||||
postFixupHooks = [
|
||||
# This bodge is necessary so that the file that the generated -config.cmake file
|
||||
|
||||
Reference in New Issue
Block a user