Skip to content

Commit 5e0d89f

Browse files
committed
More materialisations
1 parent 08e36aa commit 5e0d89f

File tree

4 files changed

+82
-80
lines changed

4 files changed

+82
-80
lines changed

ci.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
, checkMaterialization ? true
77
, compat
88
, system
9-
, evalSystem ? builtins.currentSystem or "x86_64-linux"
9+
, evalSystem ? builtins.currentSystem or "aarch64-linux"
1010
, pkgs ? (compat { inherit system; }).pkgs }:
1111
let
1212
inherit (import ./ci-lib.nix { inherit pkgs; }) dimension platformFilterGeneric filterAttrsOnlyRecursive;

materialized/dummy-ghc/ghc-8.8.3-aarch64-linux/ghc-pkg/dump-global

Lines changed: 76 additions & 77 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

materialized/dummy-ghc/ghc-8.8.3-aarch64-linux/ghc/info

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

overlays/bootstrap.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,8 @@ in {
11241124
let
11251125
# This compiler-nix-name will only be used to build nix-tools and cabal-install
11261126
# when checking materialization of alex, happy and hscolour.
1127-
compiler-nix-name = "ghc865";
1127+
# TODO FIX THIS MAKE SURE THIS IS AVAILABLE ON EVERY ARCH
1128+
compiler-nix-name = "ghc8107";
11281129
# The ghc boot compiler to use to compile alex, happy and hscolour
11291130
ghc = final.buildPackages.haskell-nix.bootstrap.compiler."${buildBootstrapper.compilerNixName}";
11301131
ghcOverride = ghc // { isHaskellNixCompiler = ghc.isHaskellNixBootCompiler; };

0 commit comments

Comments
 (0)