mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-21 21:18:42 +00:00
![]() * CI: Cache zig global_cache to speedup build This can be helpful in two situations: - If `cc` is bumped to a new release, then all the `*-sys` crates will be rebuilt even if their source doesn't change. Caching zig global_cache would avoid expensive rebuilds. - For target `x86_64h-apple-darwin`, it uses build-std which means the rust cache is quite ineffective (only build-dependencies are cached), so we would also need zig global_cache to avoid rebuilding c dependencies in CI. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> * Fix missing `shell: bash` Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> * Fix CI: Create symlink to `zig` Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> * CI: Fix getting output from prev step in just-setup Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> * CI: Include job_id `github.job` in zig cache key Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> --------- Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> |
||
---|---|---|
.. | ||
actions/just-setup | ||
scripts | ||
workflows | ||
dependabot.yml | ||
FUNDING.yml |