Skip to content

Commit

Permalink
google-cloud-cpp: schedule on big-parallel machines
Browse files Browse the repository at this point in the history
Otherwise it often takes 1-2 hours on Hydra, which seems unnecessary.
  • Loading branch information
vcunat committed Jun 4, 2023
1 parent efd6f2a commit add8dd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/libraries/google-cloud-cpp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}

0 comments on commit add8dd8

Please sign in to comment.