From fc815d4f8527918f2b82d93ae3a646730541e4ad Mon Sep 17 00:00:00 2001 From: ospab Date: Thu, 14 May 2026 23:57:19 +0300 Subject: [PATCH] CI/CD: Resolve MIPS Tier-3 compilation by instructing Cross to dynamically build-std library from source --- Cross.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cross.toml b/Cross.toml index 6a932af..aedcf55 100644 --- a/Cross.toml +++ b/Cross.toml @@ -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"