feat: Use mold linker on Linux (#2304)

Fix: https://github.com/XRPLF/clio/issues/1242

Depends on: https://github.com/XRPLF/clio/pull/2329
This commit is contained in:
Ayaz Salikhov
2025-07-30 17:10:31 +01:00
committed by GitHub
parent 46b86a5d61
commit bc8a2c19aa
5 changed files with 22 additions and 1 deletions

View File

@@ -110,6 +110,7 @@ jobs:
code_coverage: ${{ inputs.code_coverage }}
static: ${{ inputs.static }}
time_trace: ${{ inputs.analyze_build_time }}
use_mold: ${{ runner.os != 'macOS' }}
- name: Build Clio
uses: ./.github/actions/build_clio