Skip to content

Commit

Permalink
tests.cross.sanity: Add GHC to catch regressions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreTunstall committed Mar 29, 2024
1 parent 1f673d5 commit 6f791b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/test/cross/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ let
pkgs.pkgsCross.mips64el-linux-gnuabi64.stdenv
pkgs.pkgsCross.mips64el-linux-gnuabin32.stdenv
pkgs.pkgsCross.mingwW64.stdenv
pkgs.pkgsCross.riscv64.haskell.compiler.native-bignum.ghc948

] ++ lib.optionals (with pkgs.stdenv.buildPlatform; isx86_64 && isLinux) [
# Musl-to-glibc cross on the same architecture tends to turn up
Expand Down

0 comments on commit 6f791b4

Please sign in to comment.