Skip to content

Commit add8dd8

Browse files
committed
google-cloud-cpp: schedule on big-parallel machines
Otherwise it often takes 1-2 hours on Hydra, which seems unnecessary.
1 parent efd6f2a commit add8dd8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkgs/development/libraries/google-cloud-cpp/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ stdenv.mkDerivation rec {
130130
homepage = "https://github.com/googleapis/google-cloud-cpp";
131131
description = "C++ Idiomatic Clients for Google Cloud Platform services";
132132
platforms = [ "x86_64-linux" "aarch64-linux" ];
133+
requiredSystemFeatures = [ "big-parallel" ];
133134
maintainers = with maintainers; [ cpcloud ];
134135
};
135136
}

0 commit comments

Comments
 (0)