tests.cross.sanity: add pkgs.pkgsMusl.pkgsCross.gnu64.hello (#262876)
This commit is contained in:
parent
17d7754316
commit
297a971a16
1 changed files with 6 additions and 0 deletions
|
@ -145,6 +145,12 @@ let
|
|||
pkgs.pkgsCross.mips64el-linux-gnuabi64.stdenv
|
||||
pkgs.pkgsCross.mips64el-linux-gnuabin32.stdenv
|
||||
pkgs.pkgsCross.mingwW64.stdenv
|
||||
|
||||
] ++ lib.optionals (with pkgs.stdenv.buildPlatform; isx86_64 && isLinux) [
|
||||
# Musl-to-glibc cross on the same architecture tends to turn up
|
||||
# lots of interesting corner cases. Only expected to work for
|
||||
# x86_64-linux buildPlatform.
|
||||
pkgs.pkgsMusl.pkgsCross.gnu64.hello
|
||||
];
|
||||
|
||||
in {
|
||||
|
|
Loading…
Reference in a new issue