aherrmann / rules_zig

Bazel build rules for Zig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle Zig's global and local cache meaningfully.

aherrmann opened this issue · comments

The global cache may be beneficial to persist and re-use across targets, at least for the same target platform. Perhaps a persistent worker could facilitate this.
Consider whether the local cache should be shared across actions. If not, consider discarding it immediately.