summary refs log tree commit diff
path: root/nixos/release-combined.nix
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2018-12-21 20:28:21 -0500
committerSamuel Dionne-Riel <samuel@dionne-riel.com>2018-12-21 20:43:23 -0500
commit1bfe8f189bd25de73340635d4e94673000f273ec (patch)
treed7bd7b3f69ee8717a4beb309c990728e86a4dc3f /nixos/release-combined.nix
parent16316a12880b16cd86f73eb9376b4d806bbcdd44 (diff)
downloadnixpkgs-1bfe8f189bd25de73340635d4e94673000f273ec.tar
nixpkgs-1bfe8f189bd25de73340635d4e94673000f273ec.tar.gz
nixpkgs-1bfe8f189bd25de73340635d4e94673000f273ec.tar.bz2
nixpkgs-1bfe8f189bd25de73340635d4e94673000f273ec.tar.lz
nixpkgs-1bfe8f189bd25de73340635d4e94673000f273ec.tar.xz
nixpkgs-1bfe8f189bd25de73340635d4e94673000f273ec.tar.zst
nixpkgs-1bfe8f189bd25de73340635d4e94673000f273ec.zip
nixos/release-combined.nix: makes aarch64-linux limited support
This is because it will not eval properly with `hydra-eval-jobs`.

```
$ ...hydra/result/bin/hydra-eval-jobs \
    --arg nixpkgs '{ outPath = ./.; revCount = 123; shortRev = "4567"; }' \
    -I "$PWD" \
    nixos/release-combined.nix
```

It fails with:

```
Too many heap sections: Increase MAXHINCR or MAX_HEAP_SECTS
```
Diffstat (limited to 'nixos/release-combined.nix')
-rw-r--r--nixos/release-combined.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix
index 13f6e65b36d..ea8b92e94f0 100644
--- a/nixos/release-combined.nix
+++ b/nixos/release-combined.nix
@@ -4,8 +4,8 @@
 
 { nixpkgs ? { outPath = (import ../lib).cleanSource ./..; revCount = 56789; shortRev = "gfedcba"; }
 , stableBranch ? false
-, supportedSystems ? [ "x86_64-linux" "aarch64-linux" ]
-, limitedSupportedSystems ? [ "i686-linux" ]
+, supportedSystems ? [ "x86_64-linux" ]
+, limitedSupportedSystems ? [ "i686-linux" "aarch64-linux" ]
 }:
 
 let