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

Otherwise it often takes 1-2 hours on Hydra, which seems unnecessary.
This commit is contained in:
Vladimír Čunát
2023-06-04 20:57:15 +02:00
parent efd6f2ac30
commit add8dd8402
@@ -130,6 +130,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/googleapis/google-cloud-cpp";
description = "C++ Idiomatic Clients for Google Cloud Platform services";
platforms = [ "x86_64-linux" "aarch64-linux" ];
requiredSystemFeatures = [ "big-parallel" ];
maintainers = with maintainers; [ cpcloud ];
};
}