google-cloud-cpp: schedule on big-parallel machines

This time for real I hope, not like around 07310e59a6.
Otherwise it often takes 1-2 hours on Hydra, which seems unnecessary.
This commit is contained in:
Vladimír Čunát
2023-06-04 21:51:26 +02:00
parent cfb9c8858e
commit 36689480f3
@@ -122,6 +122,8 @@ stdenv.mkDerivation rec {
"-DGOOGLE_CLOUD_CPP_ENABLE=${lib.concatStringsSep ";" apis}"
];
requiredSystemFeatures = [ "big-parallel" ];
meta = with lib; {
license = with licenses; [ asl20 ];
homepage = "https://github.com/googleapis/google-cloud-cpp";