mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
3
.github/actions/build-deps/action.yml
vendored
3
.github/actions/build-deps/action.yml
vendored
@@ -37,7 +37,10 @@ runs:
|
|||||||
BUILD_OPTION: ${{ inputs.force_build == 'true' && '*' || 'missing' }}
|
BUILD_OPTION: ${{ inputs.force_build == 'true' && '*' || 'missing' }}
|
||||||
BUILD_TYPE: ${{ inputs.build_type }}
|
BUILD_TYPE: ${{ inputs.build_type }}
|
||||||
LOG_VERBOSITY: ${{ inputs.log_verbosity }}
|
LOG_VERBOSITY: ${{ inputs.log_verbosity }}
|
||||||
|
ASAN_OPTIONS: suppressions="$GITHUB_WORKSPACE"/external/asan_suppressions.txt
|
||||||
|
TSAN_OPTIONS: suppressions="$GITHUB_WORKSPACE"/external/tsan_suppressions.txt
|
||||||
run: |
|
run: |
|
||||||
|
echo "$ASAN_OPTIONS $TSAN_OPTIONS"
|
||||||
echo 'Installing dependencies.'
|
echo 'Installing dependencies.'
|
||||||
echo 'github.workspace === ${{ github.workspace }}'
|
echo 'github.workspace === ${{ github.workspace }}'
|
||||||
echo "GITHUB_WORKSPACE === $GITHUB_WORKSPACE"
|
echo "GITHUB_WORKSPACE === $GITHUB_WORKSPACE"
|
||||||
|
|||||||
@@ -114,8 +114,8 @@ jobs:
|
|||||||
working-directory: ${{ inputs.build_dir }}
|
working-directory: ${{ inputs.build_dir }}
|
||||||
env:
|
env:
|
||||||
BUILD_TYPE: ${{ inputs.build_type }}
|
BUILD_TYPE: ${{ inputs.build_type }}
|
||||||
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
|
||||||
run: |
|
run: |
|
||||||
echo "$ASAN_OPTIONS $TSAN_OPTIONS"
|
echo "$ASAN_OPTIONS $TSAN_OPTIONS"
|
||||||
cmake .. \
|
cmake .. \
|
||||||
|
|||||||
Reference in New Issue
Block a user