mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
fix: disable x86_64 centos, <stdatomic.h> not supported
This commit is contained in:
@@ -34,8 +34,9 @@ build-std = ["std", "panic_abort", "proc_macro"]
|
||||
[target.mipsel-unknown-linux-musl]
|
||||
build-std = ["std", "panic_abort", "proc_macro"]
|
||||
|
||||
[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 <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]
|
||||
|
||||
Reference in New Issue
Block a user