crates.io-index repo (e.g basically clone a local copy of the index, remove remote fetch and then edit the local cargo installation (.cargo/cargo) to read it registry = "file:///data/prazi/crates.io-index")
To ensure consistent dependency resolution, we configured cargo to point to a local non-updatable crates.io-index repo
by the way, you can pass the -Zno-index-update flag to cargo to get the same behavior (it requires nightly)
and also, you should probably look into https://github.com/rust-ops/crates-build-env :)
wow, fantastic, we will for sure this next time when we build crates.io
if you have any question about how we do things in crater, I'm in the crater channel on the rust discord ;)
thanks a lot, I think we have a lot to learn from the crater project