Merge branch 'staging-next' into staging

Let's get rid of the OfBorg issue due to aws-sdk-cpp.
This commit is contained in:
Vladimír Čunát
2022-09-01 10:00:30 +02:00
@@ -99,6 +99,11 @@ stdenv.mkDerivation rec {
] ++ lib.optional (apis != ["*"])
"-DBUILD_ONLY=${lib.concatStringsSep ";" apis}";
NIX_CFLAGS_COMPILE = [
# openssl 3 generates several deprecation warnings
"-Wno-error=deprecated-declarations"
];
# aws-cpp-sdk-core-tests/aws/client/AWSClientTest.cpp
# seem to have a datarace
enableParallelChecking = false;