treewide: change fetchCargoTarball default to opt-out

Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
This commit is contained in:
Benjamin Hipple
2020-02-13 22:41:37 -08:00
committed by Jon
parent e57fdf508a
commit eb11feaa0b
212 changed files with 632 additions and 1 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
# Please set to true on any Rust package updates. Once all packages set this
# to true, we will delete and make it the default. For details, see the Rust
# section on the manual and ./README.md.
, legacyCargoFetcher ? true
, legacyCargoFetcher ? false
, buildType ? "release"
, meta ? {}
, target ? null