aws-sdk-cpp: require big-parallel

This compiles in ~2h on a 2-core builder, and 10m on a big-parallel
machine.
This commit is contained in:
Luke Granger-Brown 2021-04-26 00:30:45 +00:00
parent b1173688a8
commit 300d303d25

View file

@ -63,6 +63,9 @@ stdenv.mkDerivation rec {
./cmake-dirs.patch ./cmake-dirs.patch
]; ];
# Builds in 2+h with 2 cores, and ~10m with a big-parallel builder.
requiredSystemFeatures = [ "big-parallel" ];
meta = with lib; { meta = with lib; {
description = "A C++ interface for Amazon Web Services"; description = "A C++ interface for Amazon Web Services";
homepage = "https://github.com/awslabs/aws-sdk-cpp"; homepage = "https://github.com/awslabs/aws-sdk-cpp";