Stream: git-wasmtime

Topic: wasmtime / PR #8287 Remove GitHub Actions Caching for Car...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 02 2024 at 17:31):

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:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Apr 02 2024 at 17:31):

alexcrichton requested fitzgen for a review on PR #8287.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 02 2024 at 17:31):

alexcrichton requested wasmtime-default-reviewers for a review on PR #8287.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 02 2024 at 18:05):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 02 2024 at 18:35):

fitzgen merged PR #8287.


Last updated: Oct 23 2024 at 20:03 UTC