mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
aws-sdk-cpp: full versions builds fine on x86_64-linux
Though the RAM/core requirements are quite high during linking.
This commit is contained in:
parent
a6be71e6fc
commit
b77a8d11f2
@ -121,6 +121,6 @@ stdenv.mkDerivation rec {
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ eelco orivej ];
|
||||
# building ec2 runs out of memory: cc1plus: out of memory allocating 33554372 bytes after a total of 74424320 bytes
|
||||
broken = ((builtins.elem "ec2" apis) || (builtins.elem "*" apis));
|
||||
broken = stdenv.buildPlatform.is32bit && ((builtins.elem "ec2" apis) || (builtins.elem "*" apis));
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user