Skip to content

Commit

Permalink
use relative pathes
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Oct 5, 2024
1 parent 2cbf91e commit 6290f79
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/linux_sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,10 @@ jobs:
INSTALL_DIR: ${{ github.workspace }}/install
INSTALL_TEST_DIR: ${{ github.workspace }}/install/tests
TBB_ENABLE_SANITIZERS: 1
TSAN_OPTIONS: suppressions=${GITHUB_WORKSPACE}/openvino/tests/sanitizers/tsan/suppressions.txt,report_suppressions=1

ASAN_OPTIONS: halt_on_error=0:suppressions=sanitizers/asan/suppressions.supp
LSAN_OPTIONS: suppressions=sanitizers/lsan/suppressions.txt:NEOReadDebugKeys=1:DisableDeepBind=1
TSAN_OPTIONS: suppressions=sanitizers/tsan/suppressions.txt,report_suppressions=1

steps:
- name: Download OpenVINO package
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
Expand Down Expand Up @@ -313,7 +315,7 @@ jobs:
tests/sanitizers/asan/suppressions.supp
tests/sanitizers/tsan/suppressions.txt
sparse-checkout-cone-mode: false
path: 'openvino'
path: ${{ env.INSTALL_DIR }}

#
# Tests
Expand Down

0 comments on commit 6290f79

Please sign in to comment.