Unverified Commit 297a971a authored by Adam Joseph's avatar Adam Joseph Committed by GitHub
Browse files

tests.cross.sanity: add pkgs.pkgsMusl.pkgsCross.gnu64.hello (#262876)

parent 17d77543
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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 {