fix ring linker: set CARGO_TARGET linker to gcc
All checks were successful
release / Release (push) Successful in 31s

This commit is contained in:
2026-03-02 17:54:18 +09:00
parent 9dacbd8881
commit 6ce50d3b3c
3 changed files with 3 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ sha256sums=('SKIP')
build() {
cd log
export CC=gcc
export CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=gcc
cargo build --release
}