Signed-off-by: Pratik Mankawde <pmankawde@ripple.com>
This commit is contained in:
Pratik Mankawde
2025-11-11 18:42:14 +00:00
parent 20326a785b
commit a9444d3a42

View File

@@ -37,7 +37,7 @@ 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
ASAN_OPTIONS: suppressions=${{ GITHUB_WORKSPACE }}/external/asan_suppressions.txt
run: |
echo 'Installing dependencies.'
echo $ASAN_OPTIONS