forked from mirrors/nixpkgs
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:
parent
56b7f9b94d
commit
df081787ee
|
@ -59,8 +59,8 @@ in
|
||||||
# there probably a good idea to try to be "more parametric" --- i.e. avoid
|
# there probably a good idea to try to be "more parametric" --- i.e. avoid
|
||||||
# any special casing.
|
# any special casing.
|
||||||
crossSystem = {
|
crossSystem = {
|
||||||
config = "foosys";
|
config = "mips64el-apple-windows-gnu";
|
||||||
libc = "foolibc";
|
libc = "glibc";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Converting to a string (drv path) before checking equality is probably a
|
# Converting to a string (drv path) before checking equality is probably a
|
||||||
|
|
Loading…
Reference in a new issue