Skip to content

Commit

Permalink
Auto merge of #11933 - ehuss:benchsuite-archive, r=epage
Browse files Browse the repository at this point in the history
Switch benchsuite to the index archive.

Due to the index squash this morning, the commit of the index that the benchsuite was using is no longer available. This switches to the archive which contains the complete history of the index and shouldn't have issues with commits going away.
  • Loading branch information
bors committed Apr 3, 2023
2 parents ac32aa8 + 610cc5c commit 23e3d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/benchsuite/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ impl Fixtures {
} else {
fs::create_dir_all(&index).unwrap();
git("init --bare");
git("remote add origin https://github.com/rust-lang/crates.io-index");
git("remote add origin https://github.com/rust-lang/crates.io-index-archive");
}
git(&format!("fetch origin {}", CRATES_IO_COMMIT));
git("branch -f master FETCH_HEAD");
Expand Down

0 comments on commit 23e3d8b

Please # to comment.