From df081787ee740874aa594dac797d17583bb63793 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Tue, 23 May 2017 01:44:27 -0400 Subject: [PATCH] release-cross: Be less absurd in `ensureUnaffected` tests We need to at least used a valid 4-part LLVM target "triple" and libc. --- pkgs/top-level/release-cross.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/top-level/release-cross.nix b/pkgs/top-level/release-cross.nix index b4da273cac99..c81d65ad0e03 100644 --- a/pkgs/top-level/release-cross.nix +++ b/pkgs/top-level/release-cross.nix @@ -59,8 +59,8 @@ in # there probably a good idea to try to be "more parametric" --- i.e. avoid # any special casing. crossSystem = { - config = "foosys"; - libc = "foolibc"; + config = "mips64el-apple-windows-gnu"; + libc = "glibc"; }; # Converting to a string (drv path) before checking equality is probably a