ci: add Rust toolchain and build artifact caching #43
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds cargo cache to all three CI workflows to cut build time from ~25 min to ~3-5 min on warm runs.
Changes
/tmp/rustup+/tmp/cargo/bin(toolchain) — keyed to stable+wasm32, stable across runs/tmp/cargo/registry,/tmp/cargo/git,target/(build artifacts) — keyed toCargo.lockhashrustupinstall when already cacheddioxus-cliinstall when already cached (removed--force)test.yml,deploy-dev.yml,deploy-production.ymlTesting
deploy-dev.ymlpassed ondevelopmentwith new cache stepsWIP: ci: add Rust toolchain and build artifact cachingto ci: add Rust toolchain and build artifact caching