mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-20 19:56:00 +00:00
chore: Pass use_mold correctly to CMake (#2498)
This commit is contained in:
2
.github/actions/generate/action.yml
vendored
2
.github/actions/generate/action.yml
vendored
@@ -87,7 +87,7 @@ runs:
|
|||||||
endsWith(inputs.conan_profile, '.tsan') && '-Dsan=thread' ||
|
endsWith(inputs.conan_profile, '.tsan') && '-Dsan=thread' ||
|
||||||
endsWith(inputs.conan_profile, '.ubsan') && '-Dsan=undefined' ||
|
endsWith(inputs.conan_profile, '.ubsan') && '-Dsan=undefined' ||
|
||||||
'' }}
|
'' }}
|
||||||
USE_MOLD_OPTION: "${{ inputs.use_mold == 'true' && '-DUSE_MOLD=ON' || '' }}"
|
USE_MOLD_OPTION: "${{ inputs.use_mold == 'true' && '-Duse_mold=ON' || '' }}"
|
||||||
run: |
|
run: |
|
||||||
cd build
|
cd build
|
||||||
cmake \
|
cmake \
|
||||||
|
|||||||
Reference in New Issue
Block a user