mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-30 18:40:28 +00:00
The workflow pinned its container image and compiler in a second place: a hardcoded gcc-13 tag alongside the one in the build matrix. That copy went stale when the rest of CI moved on, so this job kept building on gcc 13 and failed on code the main CI compiled cleanly. The tag now comes from the strategy matrix, so there is one source of truth. The nix image carries several toolchains, so the compiler is also selected explicitly for Conan to detect the intended one. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>