mirror of https://github.com/ospab/ostp.git
21 lines
678 B
TOML
21 lines
678 B
TOML
# Professional Cross-Compilation Target Environment Registry
|
|
|
|
[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"
|
|
|
|
[target.aarch64-linux-android]
|
|
image = "ghcr.io/cross-rs/aarch64-linux-android:edge"
|
|
|
|
[target.x86_64-unknown-freebsd]
|
|
image = "ghcr.io/cross-rs/x86_64-unknown-freebsd:edge"
|
|
|
|
[target.aarch64-unknown-linux-musl]
|
|
image = "ghcr.io/cross-rs/aarch64-unknown-linux-musl:edge"
|
|
|
|
[target.armv7-unknown-linux-musleabihf]
|
|
image = "ghcr.io/cross-rs/armv7-unknown-linux-musleabihf:edge"
|