mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/cargo: remove -C target-feature=-crt-static
We have switched rustc to use dynamic linking as default.
This commit is contained in:
parent
3b2c2faa1f
commit
654b9799cc
@ -6,7 +6,7 @@ pkgver=0.17.0
|
||||
_bootstrap_gitrev=6e0c18cccc8b0c06fba8a8d76486f81a792fb420 # 0.16.0
|
||||
# Git revision of rust-installer (submodule in cargo repo).
|
||||
_installer_gitrev=4f994850808a572e2cc8d43f968893c8e942e9bf
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="The Rust package manager"
|
||||
url="https://crates.io"
|
||||
arch="x86_64" # limited by rust pkg
|
||||
@ -47,7 +47,6 @@ build() {
|
||||
|
||||
# LIBGIT2... Convince libgit2-sys to use the distro libgit2.
|
||||
make LIBGIT2_SYS_USE_PKG_CONFIG=1 \
|
||||
RUSTFLAGS="-C target-feature=-crt-static" \
|
||||
VERBOSE=1
|
||||
}
|
||||
|
||||
@ -58,7 +57,6 @@ check() {
|
||||
|
||||
# XXX: ignore test failures for now
|
||||
CFG_DISABLE_CROSS_TESTS=1 \
|
||||
RUSTFLAGS="-C target-feature=-crt-static" \
|
||||
"$_bootstrap_cargo" test \
|
||||
--release \
|
||||
--target "$_ctarget" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user