mirror of https://github.com/ospab/ostp.git
CI/CD: Resolve MIPS Tier-3 compilation by instructing Cross to dynamically build-std library from source
This commit is contained in:
parent
ed7054be7d
commit
fc815d4f85
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
[target.mipsel-unknown-linux-musl]
|
||||
image = "ghcr.io/cross-rs/mipsel-unknown-linux-musl:edge"
|
||||
build-std = ["core", "std", "alloc", "proc_macro"]
|
||||
|
||||
[target.riscv64gc-unknown-linux-gnu]
|
||||
image = "ghcr.io/cross-rs/riscv64gc-unknown-linux-gnu:edge"
|
||||
|
|
|
|||
Loading…
Reference in New Issue