summary refs log tree commit diff
path: root/nixos/release-combined.nix
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2017-03-20 10:30:51 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2017-03-20 10:30:51 +0200
commit74c4e30842657d09ec1cf000af89f95df27c6632 (patch)
tree895ecad976a09031937f29f5f50f2b9a52359eff /nixos/release-combined.nix
parente4d39749f288680c44152cdef7d438fe06534479 (diff)
downloadnixlib-74c4e30842657d09ec1cf000af89f95df27c6632.tar
nixlib-74c4e30842657d09ec1cf000af89f95df27c6632.tar.gz
nixlib-74c4e30842657d09ec1cf000af89f95df27c6632.tar.bz2
nixlib-74c4e30842657d09ec1cf000af89f95df27c6632.tar.lz
nixlib-74c4e30842657d09ec1cf000af89f95df27c6632.tar.xz
nixlib-74c4e30842657d09ec1cf000af89f95df27c6632.tar.zst
nixlib-74c4e30842657d09ec1cf000af89f95df27c6632.zip
Revert "nixos: build for aarch64-linux"
This reverts commit b806e25d65421d7aa0a524ce1601f0e51099df11.

This seems to push Hydra's memory usage out of the roof fail nixos
evaluating with:

Too many heap sections: Increase MAXHINCR or MAX_HEAP_SECTS

Let's revert this for now. It's not a big deal at all since the
nixpkgs-unstable jobset is still building the packages.
Diffstat (limited to 'nixos/release-combined.nix')
-rw-r--r--nixos/release-combined.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix
index 1953fd1a26a7..63ca39a9b602 100644
--- a/nixos/release-combined.nix
+++ b/nixos/release-combined.nix
@@ -4,7 +4,7 @@
 
 { nixpkgs ? { outPath = ./..; revCount = 56789; shortRev = "gfedcba"; }
 , stableBranch ? false
-, supportedSystems ? [ "x86_64-linux" "i686-linux" "aarch64-linux" ]
+, supportedSystems ? [ "x86_64-linux" "i686-linux" ]
 }:
 
 let