release-cross: Be less absurd in ensureUnaffected tests

We need to at least used a valid 4-part LLVM target "triple" and
libc.
This commit is contained in:
John Ericson 2017-05-23 01:44:27 -04:00
parent 56b7f9b94d
commit df081787ee

View file

@ -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