mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-06-04 05:00:02 +00:00
The librln cache key/path hardcoded v0.9.0, so after the zerokit v2.0.2 bump it never matched the built artifact and librln was rebuilt every run. Derive the version via `make print-librln-version` so it tracks the Makefile automatically. Drop the cargo/zerokit-target cache: zerokit is bumped rarely, so the librln artifact cache covers the common case, and caching the target dir inside the submodule broke `git submodule update --init` (non-empty dir). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>