diff options
-rw-r--r-- | testing/cargo/APKBUILD | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/testing/cargo/APKBUILD b/testing/cargo/APKBUILD index dd1a3a4d24..7c70fcd6b0 100644 --- a/testing/cargo/APKBUILD +++ b/testing/cargo/APKBUILD @@ -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" \ |