File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -3167,8 +3167,7 @@ dependencies = [
3167
3167
[[package ]]
3168
3168
name = " rustc-rayon-core"
3169
3169
version = " 0.5.1"
3170
- source = " registry+https://github.com/rust-lang/crates.io-index"
3171
- checksum = " 2f42932dcd3bcbe484b38a3ccf79b7906fac41c02d408b5b1bac26da3416efdb"
3170
+ source = " git+https://github.com/zetanumbers/rayon?branch=rustc-remove-deadlock-detection#3b8d9c138ab70138c2016d19fbb2801a372614f6"
3172
3171
dependencies = [
3173
3172
" crossbeam-deque" ,
3174
3173
" crossbeam-utils" ,
@@ -6583,3 +6582,8 @@ dependencies = [
6583
6582
" quote" ,
6584
6583
" syn 2.0.101" ,
6585
6584
]
6585
+
6586
+ [[patch .unused ]]
6587
+ name = " rustc-rayon"
6588
+ version = " 0.5.1"
6589
+ source = " git+https://github.com/zetanumbers/rayon?branch=rustc-remove-deadlock-detection#3b8d9c138ab70138c2016d19fbb2801a372614f6"
Original file line number Diff line number Diff line change @@ -60,6 +60,10 @@ exclude = [
60
60
" obj" ,
61
61
]
62
62
63
+ [patch .crates-io ]
64
+ rustc-rayon = { git = " https://github.com/zetanumbers/rayon" , branch = " rustc-remove-deadlock-detection" }
65
+ rustc-rayon-core = { git = " https://github.com/zetanumbers/rayon" , branch = " rustc-remove-deadlock-detection" }
66
+
63
67
[profile .release .package .rustc-rayon-core ]
64
68
# The rustc fork of Rayon has deadlock detection code which intermittently
65
69
# causes overflows in the CI (see https://github.com/rust-lang/rust/issues/90227)
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ 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
+ r#""git+https://github.com/zetanumbers/rayon?branch=rustc-remove-deadlock-detection#3b8d9c138ab70138c2016d19fbb2801a372614f6""# ,
11
12
] ;
12
13
13
14
/// 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