#What is in `~/.cache/zig/`?

1 messages · Page 1 of 1 (latest)

onyx fern
#

What is in the ~/.cache/zig/ directory? Are there ever situations in which I would need to delete that directory (i.e. rm -rf ~/.cache/zig)?

If it's relevant, I'm on macOS, and I'm using Zig 0.12.0.

final pelican
#

globally cached stuff (compiled libcs, zig fmt, etc) and packages

#

you might need to clear it if you get weird package issues, but those shouldn't come up too often