Skip to content

Commit

Permalink
Revert "nixos: build for aarch64-linux"
Browse files Browse the repository at this point in the history
This reverts commit b806e25.

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.
  • Loading branch information
dezgeg committed Mar 20, 2017
1 parent e4d3974 commit 74c4e30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nixos/release-combined.nix
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion nixos/release.nix
@@ -1,6 +1,6 @@
{ nixpkgs ? { outPath = ./..; revCount = 56789; shortRev = "gfedcba"; }
, stableBranch ? false
, supportedSystems ? [ "x86_64-linux" "i686-linux" "aarch64-linux" ]
, supportedSystems ? [ "x86_64-linux" "i686-linux" ]
}:

with import ../lib;
Expand Down

0 comments on commit 74c4e30

Please sign in to comment.