• v0.1.10 029a42f8ec

    v0.1.10 Stable

    gitea_admin released this 2026-07-02 20:38:30 +00:00 | 2832 commits to trunk since this release

    Changed

    • Compile concurrency: the per-project compile mutex is now keyed
      {project}-{compileKey} (default compile = 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