Skip to content

Commit

Permalink
debug build_and_run_asan job
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr Ivanov <[email protected]>
  • Loading branch information
alexander-e1off committed Jul 9, 2024
1 parent 32ee569 commit bd36cb4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
key: deps-${{ steps.get-hash.outputs.deps_hash }}

build_and_run_asan:
# needs: build_dependencies
needs: build_dependencies
uses: ./.github/workflows/sanitizers.yaml
with:
sanitizer-name: 'asan'
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/sanitizers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ jobs:
# run:
# working-directory: ${{ inputs.working-directory }}
steps:
# - uses: actions/checkout@v4
# - name: Get dependencies hash
# id: get-hash
# run: echo "deps_hash=`cat docker/build_deps.sh | shasum`" >> $GITHUB_OUTPUT
# - uses: actions/cache/restore@v4
# with:
# path: deps
# key: deps-${{ steps.get-hash.outputs.deps_hash }}
# - name: List deps/srcs
# run: ls -lah ${{ github.workspace }}/deps/srcs
- uses: actions/checkout@v4
- name: Get dependencies hash
id: get-hash
run: echo "deps_hash=`cat docker/build_deps.sh | shasum`" >> $GITHUB_OUTPUT
- uses: actions/cache/restore@v4
with:
path: deps
key: deps-${{ steps.get-hash.outputs.deps_hash }}
- name: List deps/srcs
run: ls -lah ${{ github.workspace }}/deps/srcs
- name: San name
run: echo ${{ inputs.sanitizer-name }}
- name: ROOT name
Expand Down

0 comments on commit bd36cb4

Please sign in to comment.