···2828 };
29293030 postPatch = ''
3131+ # Flaky on Hydra
3232+ rm aws-cpp-sdk-core-tests/aws/auth/AWSCredentialsProviderTest.cpp
3133 # Includes aws-c-auth private headers, so only works with submodule build
3234 rm aws-cpp-sdk-core-tests/aws/auth/AWSAuthSignerTest.cpp
3335 '' + lib.optionalString stdenv.hostPlatform.isMusl ''
···6668 # fix build with gcc9, can be removed after bumping to current version
6769 NIX_CFLAGS_COMPILE = [ "-Wno-error" ];
68706969- # aws-cpp-sdk-core-tests/aws/auth/AWSCredentialsProviderTest.cpp
7071 # aws-cpp-sdk-core-tests/aws/client/AWSClientTest.cpp
7172 # seem to have a datarace
7273 enableParallelChecking = false;