-
v0.1.10 Stable
released this
2026-07-02 20:38:30 +00:00 | 2832 commits to trunk since this releaseChanged
- Compile concurrency: the per-project compile mutex is now keyed
{project}-{compileKey}(defaultcompile= old behavior, REQUIRED for
cachePatch/RWO-cache users like zelnet). zerotea's CI sensor passes the push
sha as compileKey → unique mutex per run → a grind wave's builds run fully
parallel. A 20-branch wave had run strictly serially behind the old
unconditional mutex despite zerotea never mounting the cache PVC. - Builder renamed zelnet-builder → zig-builder:v1 (it is the shared zig
toolchain: zelnet, zdns, zerotea). v1 bakes a prewarmed zig global cache
(stdlib/compiler-rt for native Debug, -fllvm test binaries, and both musl
ReleaseSafe cross targets) so parallel cacheless pods start warm, plus a
debug toolbelt (ripgrep/file/tree/less/procps/xxd/patch). All consumers
repinned (zerotea/zelnet sensors+config, seanfarm autoland, pipectl land).
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Compile concurrency: the per-project compile mutex is now keyed