release-cross: Be less absurd in `ensureUnaffected` tests

We need to at least used a valid 4-part LLVM target "triple" and
libc.
wip/yesman
John Ericson 7 years ago
parent 56b7f9b94d
commit df081787ee
  1. 4
      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

Loading…
Cancel
Save