From 329c8d1ba52729749ff3d0fede8a95746b6f92bf Mon Sep 17 00:00:00 2001 From: zonyitoo Date: Tue, 6 May 2025 12:32:28 +0800 Subject: [PATCH] fix: disable x86_64 centos, not supported --- Cross.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cross.toml b/Cross.toml index cfcc0d1a..690bcab2 100644 --- a/Cross.toml +++ b/Cross.toml @@ -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 +# [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]