mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Rewrite the build steps to mirror the main CI (reusable-build-test-config): - Use build-deps action (conan install with --options:host='&:xrpld=True') so the generated toolchain sets xrpld=ON and telemetry=True automatically - Separate configure and build steps matching main CI pattern - Run cmake from within build/ dir pointing to .. (same as main CI) - Remove manual -Dtelemetry=ON -Dxrpld=ON (come from toolchain) - Remove Docker DinD service (ubuntu-latest has Docker pre-installed) - Install ninja-build system package for the Ninja generator - Increase timeout to 90 min for full build + validation Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>