Skip to content

Commit

Permalink
Revert "gcc"
Browse files Browse the repository at this point in the history
This reverts commit f243082.
  • Loading branch information
mryzhov committed Sep 23, 2024
1 parent eae21ff commit 841a2b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linux_sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
LSAN_IGNORE: /__w/openvino/openvino/openvino/tests/sanitizers/lsan/suppressions.txt
ASAN_IGNORE: /__w/openvino/openvino/openvino/tests/sanitizers/asan/suppressions.supp
TSAN_IGNORE: /__w/openvino/openvino/openvino/tests/sanitizers/tsan/suppressions.txt
CXX: g++
CC: gcc
CXX: clang++
CC: clang

steps:
- name: Set apt retries
Expand Down Expand Up @@ -230,8 +230,8 @@ jobs:
INSTALL_DIR: ${{ github.workspace }}/install
INSTALL_TEST_DIR: ${{ github.workspace }}/install/tests
TBB_ENABLE_SANITIZERS: 1
CC: gcc
CXX: g++
CC: clang
CXX: clang++
steps:
- name: Set apt retries
run: echo 'Acquire::Retries "10";' > /etc/apt/apt.conf.d/80-retries
Expand Down

0 comments on commit 841a2b5

Please sign in to comment.