testing by printing asan_options

Signed-off-by: Pratik Mankawde <pmankawde@ripple.com>
This commit is contained in:
Pratik Mankawde
2025-11-11 18:38:21 +00:00
parent a011d29fcb
commit 5ef2ced584

View File

@@ -37,8 +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
run: |
echo 'Installing dependencies.'
echo $ASAN_OPTIONS
mkdir -p "${BUILD_DIR}"
cd "${BUILD_DIR}"
conan install \