mirror of
https://github.com/bolucat/Archive.git
synced 2025-09-26 20:21:35 +08:00
11 lines
373 B
TOML
11 lines
373 B
TOML
[build.env]
|
|
passthrough = ["RUSTFLAGS"]
|
|
|
|
# WARN: GCC 4.8.2 doesn't support <stdatomic.h>
|
|
[target.x86_64-unknown-linux-gnu]
|
|
image = "ghcr.io/cross-rs/x86_64-unknown-linux-gnu:main-centos"
|
|
# GCC 4.8.2 doesn't support ACLE
|
|
# https://github.com/briansmith/ring/issues/1728
|
|
# [target.aarch64-unknown-linux-gnu]
|
|
# image = "ghcr.io/cross-rs/aarch64-unknown-linux-gnu:main-centos"
|