mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 10:35:50 +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_TYPE: ${{ inputs.build_type }}
|
||||
LOG_VERBOSITY: ${{ inputs.log_verbosity }}
|
||||
ASAN_OPTIONS: suppressions="$GITHUB_WORKSPACE"/external/asan_suppressions.txt
|
||||
TSAN_OPTIONS: suppressions="$GITHUB_WORKSPACE"/external/tsan_suppressions.txt
|
||||
run: |
|
||||
echo "$ASAN_OPTIONS $TSAN_OPTIONS"
|
||||
echo 'Installing dependencies.'
|
||||
echo 'github.workspace === ${{ github.workspace }}'
|
||||
echo "GITHUB_WORKSPACE === $GITHUB_WORKSPACE"
|
||||
|
||||
@@ -114,8 +114,8 @@ jobs:
|
||||
working-directory: ${{ inputs.build_dir }}
|
||||
env:
|
||||
BUILD_TYPE: ${{ inputs.build_type }}
|
||||
ASAN_OPTIONS: suppressions=$GITHUB_WORKSPACE/external/asan_suppressions.txt
|
||||
TSAN_OPTIONS: suppressions=$GITHUB_WORKSPACE/external/tsan_suppressions.txt
|
||||
ASAN_OPTIONS: suppressions="$GITHUB_WORKSPACE"/external/asan_suppressions.txt
|
||||
TSAN_OPTIONS: suppressions="$GITHUB_WORKSPACE"/external/tsan_suppressions.txt
|
||||
run: |
|
||||
echo "$ASAN_OPTIONS $TSAN_OPTIONS"
|
||||
cmake .. \
|
||||
|
||||
Reference in New Issue
Block a user