File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5504,7 +5504,7 @@ version = "0.1.0"
55045504[[package ]]
55055505name = " tikv-jemalloc-sys"
55065506version = " 0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7"
5507- source = " git+https://github.com/dpaoliello/jemallocator.git?branch=temp#329682034ae0b8f7cca4514146b211d7dc694c9c "
5507+ source = " git+https://github.com/dpaoliello/jemallocator.git?branch=filterlto#6db31514fd2241445a4b5f350ef0f9a214d69793 "
55085508dependencies = [
55095509 " cc" ,
55105510 " libc" ,
Original file line number Diff line number Diff line change @@ -91,5 +91,5 @@ codegen-units = 1
9191
9292# If you want to use a crate with local modifications, you can set a path or git dependency here.
9393# For git dependencies, also add your source to ALLOWED_SOURCES in src/tools/tidy/src/extdeps.rs.
94- # [patch.crates-io]
95-
94+ [patch .crates-io ]
95+ tikv-jemalloc-sys = { git = ' https://github.com/dpaoliello/jemallocator.git ' , branch = ' filterlto ' }
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ const ALLOWED_SOURCES: &[&str] = &[
1111 r#""registry+https://github.com/rust-lang/crates.io-index""# ,
1212 // This is `rust_team_data` used by `site` in src/tools/rustc-perf,
1313 r#""git+https://github.com/rust-lang/team#a5260e76d3aa894c64c56e6ddc8545b9a98043ec""# ,
14+ r#""git+https://github.com/dpaoliello/jemallocator.git?branch=filterlto#6db31514fd2241445a4b5f350ef0f9a214d69793""# ,
1415] ;
1516
1617/// 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