Skip to content
Snippets Groups Projects
Commit 0c7930db authored by achill (fossdd)'s avatar achill (fossdd) :gay_pride_flag: Committed by Natanael Copa
Browse files

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
parent 9e57f9d3
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,6 @@ export CARGO_PROFILE_RELEASE_OPT_LEVEL="s" ...@@ -17,7 +17,6 @@ export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
export CARGO_PROFILE_RELEASE_PANIC="abort" export CARGO_PROFILE_RELEASE_PANIC="abort"
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1 export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
export CARGO_PROFILE_RELEASE_LTO="true" export CARGO_PROFILE_RELEASE_LTO="true"
export CARGO_REGISTRIES_CRATES_IO_PROTOCOL="sparse"
export CTEST_OUTPUT_ON_FAILURE=ON export CTEST_OUTPUT_ON_FAILURE=ON
export CTEST_NO_TESTS_ACTION=error export CTEST_NO_TESTS_ACTION=error
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment