File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -88,8 +88,7 @@ dependencies = [
88
88
[[package ]]
89
89
name = " cc"
90
90
version = " 1.2.0"
91
- source = " registry+https://github.com/rust-lang/crates.io-index"
92
- checksum = " 1aeb932158bd710538c73702db6945cb68a8fb08c519e6e12706b94263b36db8"
91
+ source = " git+https://github.com/rust-lang/cc-rs?rev=6fe995c675dc1178f570752fa8f6de82913a91dc#6fe995c675dc1178f570752fa8f6de82913a91dc"
93
92
dependencies = [
94
93
" shlex" ,
95
94
]
Original file line number Diff line number Diff line change @@ -96,3 +96,7 @@ debug = 0
96
96
[profile .dev .package ]
97
97
# Only use debuginfo=1 to further reduce compile times.
98
98
bootstrap.debug = 1
99
+
100
+ [patch .crates-io ]
101
+ # FIXME: remove this once the `armv7a-vex-v5` target is available on nightly and cc-rs is updated with it
102
+ cc = { git = " https://github.com/rust-lang/cc-rs" , rev = " 6fe995c675dc1178f570752fa8f6de82913a91dc" }
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ const ALLOWED_SOURCES: &[&str] = &[
8
8
r#""registry+https://github.com/rust-lang/crates.io-index""# ,
9
9
// This is `rust_team_data` used by `site` in src/tools/rustc-perf,
10
10
r#""git+https://github.com/rust-lang/team#a5260e76d3aa894c64c56e6ddc8545b9a98043ec""# ,
11
+ // This is temporarily used to bootstrap the `armv7a_vex_v5` target until cc-rs has it in its generated target list.
12
+ r#""git+https://github.com/rust-lang/cc-rs?rev=6fe995c675dc1178f570752fa8f6de82913a91dc#6fe995c675dc1178f570752fa8f6de82913a91dc""# ,
11
13
] ;
12
14
13
15
/// Checks for external package sources. `root` is the path to the directory that contains the
You can’t perform that action at this time.
0 commit comments