mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
@@ -170,8 +170,8 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
BUILD_TYPE: ${{ inputs.build_type }}
|
BUILD_TYPE: ${{ inputs.build_type }}
|
||||||
PARALLELISM: ${{ runner.os == 'Windows' && '1' || steps.nproc.outputs.nproc }}
|
PARALLELISM: ${{ runner.os == 'Windows' && '1' || steps.nproc.outputs.nproc }}
|
||||||
ASAN_OPTIONS: "suppressions=$GITHUB_WORKSPACE/external/asan_suppressions.txt"
|
ASAN_OPTIONS: "suppressions=${{GITHUB_WORKSPACE}}/external/asan_suppressions.txt"
|
||||||
TSAN_OPTIONS: "suppressions=$GITHUB_WORKSPACE/external/tsan_suppressions.txt"
|
TSAN_OPTIONS: "suppressions=${{GITHUB_WORKSPACE}}/external/tsan_suppressions.txt"
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
ctest \
|
ctest \
|
||||||
|
|||||||
Reference in New Issue
Block a user