Stream: git-wasmtime

Topic: wasmtime / issue #5293 Cache the crates index and package...


view this post on Zulip Wasmtime GitHub notifications bot (Nov 17 2022 at 21:55):

alexcrichton commented on issue #5293:

Could this action be folded into the install-rust action, or invoked from that action, to avoid needing to specify both installation/caching?

view this post on Zulip Wasmtime GitHub notifications bot (Nov 17 2022 at 22:31):

elliottt commented on issue #5293:

Could this action be folded into the install-rust action, or invoked from that action, to avoid needing to specify both installation/caching?

It definitely could, though we'll need to translate the composite action to a javascript one.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 17 2022 at 22:37):

jameysharp commented on issue #5293:

Or rewrite install-rust as a composite action, which I claim is simpler than the JavaScript version: https://github.com/fastly/js-compute-runtime/blob/main/.github/actions/install-rust/action.yml


Last updated: Nov 22 2024 at 16:03 UTC