alexcrichton opened PR #8287 from alexcrichton:remove-some-caching
to bytecodealliance:main
:
This was originally added when Cargo would git clone the index and the significant size of the index meant we got nontrivial speedups during the cloning process. Nowadays though Cargo does a much more CI-efficient method by default where it uses an HTTP index instead. This removes the original need for caching since the index operations should now be much faster, probably moreso than saving/restoring the cache.
This additionally removes the caching of registry downloads and git clones too since in theory the cache isn't all that much faster than what Cargo is already doing.
<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
alexcrichton requested fitzgen for a review on PR #8287.
alexcrichton requested wasmtime-default-reviewers for a review on PR #8287.
fitzgen submitted PR review.
fitzgen merged PR #8287.
Last updated: Nov 22 2024 at 16:03 UTC