Loading pkgs/development/libraries/aws-sdk-cpp/default.nix +2 −4 Original line number Diff line number Diff line Loading @@ -45,6 +45,8 @@ stdenv.mkDerivation rec { # Flaky on Hydra rm tests/aws-cpp-sdk-core-tests/aws/auth/AWSCredentialsProviderTest.cpp rm tests/aws-cpp-sdk-core-tests/aws/client/AWSClientTest.cpp rm tests/aws-cpp-sdk-core-tests/aws/client/AwsConfigTest.cpp # Includes aws-c-auth private headers, so only works with submodule build rm tests/aws-cpp-sdk-core-tests/aws/auth/AWSAuthSignerTest.cpp # TestRandomURLMultiThreaded fails Loading Loading @@ -88,10 +90,6 @@ stdenv.mkDerivation rec { "-Wno-error=deprecated-declarations" ]; # 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 # points to an existing directory. Loading Loading
pkgs/development/libraries/aws-sdk-cpp/default.nix +2 −4 Original line number Diff line number Diff line Loading @@ -45,6 +45,8 @@ stdenv.mkDerivation rec { # Flaky on Hydra rm tests/aws-cpp-sdk-core-tests/aws/auth/AWSCredentialsProviderTest.cpp rm tests/aws-cpp-sdk-core-tests/aws/client/AWSClientTest.cpp rm tests/aws-cpp-sdk-core-tests/aws/client/AwsConfigTest.cpp # Includes aws-c-auth private headers, so only works with submodule build rm tests/aws-cpp-sdk-core-tests/aws/auth/AWSAuthSignerTest.cpp # TestRandomURLMultiThreaded fails Loading Loading @@ -88,10 +90,6 @@ stdenv.mkDerivation rec { "-Wno-error=deprecated-declarations" ]; # 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 # points to an existing directory. Loading