1
0
mirror of https://gitlab.alpinelinux.org/alpine/abuild.git synced 2025-04-19 06:42:18 +03:00

default.conf: remove CARGO_REGISTRIES_CRATES_IO_PROTOCOL

`sparse` is the default protocol for accessing crates.io since 2023
March.

Ref: https://github.com/rust-lang/cargo/pull/11791
This commit is contained in:
fossdd 2024-11-10 21:05:18 +01:00 committed by Natanael Copa
parent 9e57f9d3a7
commit 0c7930dbe6

View File

@ -17,7 +17,6 @@ export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
export CARGO_PROFILE_RELEASE_PANIC="abort"
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
export CARGO_PROFILE_RELEASE_LTO="true"
export CARGO_REGISTRIES_CRATES_IO_PROTOCOL="sparse"
export CTEST_OUTPUT_ON_FAILURE=ON
export CTEST_NO_TESTS_ACTION=error