Arpad Borsos
c106961fee
use rollup to do bundle splitting
...
this uses dynamic imports for the cache provider and should thus solve the
deprecated import error when using warpbuild
2026-06-06 14:35:16 +02:00
Arpad Borsos
be9aa033ee
package maintenance
...
- update to TS6
- replace ncc by rollup, which seems to now be the recommended workflow according to <https://github.com/actions/typescript-action >
- remove buildjet provider, as they are shutting down, see <https://buildjet.com/for-github-actions/blog/we-are-shutting-down >
2026-06-06 14:02:52 +02:00
marc0246
151eeee51b
Add support for running rust-cache commands from within a Nix shell ( #290 )
2025-12-01 19:56:12 +01:00
Sammy Harris
52ea1434f8
support warpbuild cache provider ( #247 )
2025-06-24 19:04:05 +02:00
Max Heller
d30f1144e8
Only key by Cargo.toml and Cargo.lock files of workspace members ( #180 )
2023-12-03 11:57:51 +01:00
Arpad Borsos
3312b3ab47
Slightly improve docs
2023-08-02 12:46:45 +02:00
Arpad Borsos
f6987ea139
Improve errors and cleanup
...
- Silence errors and do not create error annotations, fixes #144
- Implement cleanup for new sparse registry
- Do not clean `-sys` dependencies from `registry/src`, hopefully fixes #150
2023-08-02 12:15:14 +02:00
Jordan Oroshiba
b00faf5858
Add BuildJet Option ( #154 )
2023-08-01 09:01:11 +02:00
Steven Hartland
ad97570a01
fix: cache key stability ( #142 )
...
Ensure consistency of main and post configuration by storing and
restoring it from state, which in turn ensures cache key stability.
Also:
* Fixed some typos.
* Use core.error for logging errors.
* Fix inverted condition on cache-all-crates.
Reverts: #138
Fixes #140
2023-05-18 22:48:40 +02:00
Arpad Borsos
36af5cb1ae
fix pretty printing and selftest
2022-07-09 15:39:43 +02:00
Arpad Borsos
6ed4c28a7c
rewrite it all
2022-07-09 15:19:29 +02:00