Skip to content

Commit 6f791b4

Browse files
tests.cross.sanity: Add GHC to catch regressions
1 parent 1f673d5 commit 6f791b4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkgs/test/cross/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ let
146146
pkgs.pkgsCross.mips64el-linux-gnuabi64.stdenv
147147
pkgs.pkgsCross.mips64el-linux-gnuabin32.stdenv
148148
pkgs.pkgsCross.mingwW64.stdenv
149+
pkgs.pkgsCross.riscv64.haskell.compiler.native-bignum.ghc948
149150

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

0 commit comments

Comments
 (0)