fix ring linker: set CARGO_TARGET linker to gcc
All checks were successful
release / Release (push) Successful in 31s
All checks were successful
release / Release (push) Successful in 31s
This commit is contained in:
@@ -13,6 +13,7 @@ sha256sums=('SKIP')
|
||||
build() {
|
||||
cd gpt
|
||||
export CC=gcc
|
||||
export CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=gcc
|
||||
cargo build --release
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -13,6 +13,7 @@ sha256sums=('SKIP')
|
||||
build() {
|
||||
cd shell
|
||||
export CC=gcc
|
||||
export CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=gcc
|
||||
cargo build --release
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user