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:
parent
b1173688a8
commit
300d303d25
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user