CI/CD: Resolve MIPS Tier-3 compilation by instructing Cross to dynamically build-std library from source

This commit is contained in:
ospab 2026-05-14 23:57:19 +03:00
parent ed7054be7d
commit fc815d4f85
1 changed files with 1 additions and 0 deletions

View File

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