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:
parent
9e57f9d3a7
commit
0c7930dbe6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user