mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
4
.github/actions/build-deps/action.yml
vendored
4
.github/actions/build-deps/action.yml
vendored
@@ -31,13 +31,15 @@ runs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Install Conan dependencies
|
- name: Install Conan dependencies
|
||||||
shell: bash
|
shell: bash
|
||||||
|
with:
|
||||||
|
workspace: $GITHUB_WORKSPACE
|
||||||
env:
|
env:
|
||||||
BUILD_DIR: ${{ inputs.build_dir }}
|
BUILD_DIR: ${{ inputs.build_dir }}
|
||||||
BUILD_NPROC: ${{ inputs.build_nproc }}
|
BUILD_NPROC: ${{ inputs.build_nproc }}
|
||||||
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
|
ASAN_OPTIONS: suppressions=${workspace}/external/asan_suppressions.txt
|
||||||
run: |
|
run: |
|
||||||
echo 'Installing dependencies.'
|
echo 'Installing dependencies.'
|
||||||
echo $ASAN_OPTIONS
|
echo $ASAN_OPTIONS
|
||||||
|
|||||||
Reference in New Issue
Block a user