make-bootstrap-tools-cross: remove broken i686-musl variant
Not terribly difficult to get this working, but until it does remove it so the cross jobset doesn't have the failures this introduces.
This commit is contained in:
parent
39615dcfbc
commit
f3693b0647
|
@ -14,7 +14,6 @@ in with (import ../../../lib).systems.examples; {
|
|||
armv7l = make armv7l-hf-multiplatform;
|
||||
aarch64 = make aarch64-multiplatform;
|
||||
x86_64-musl = make musl64;
|
||||
i686-musl = make musl32;
|
||||
armv6l-musl = make muslpi;
|
||||
aarch64-musl = make aarch64-multiplatform-musl;
|
||||
riscv64 = make riscv64;
|
||||
|
|
Loading…
Reference in New Issue