Skip to content

Commit

Permalink
[GHA] Enable UndefinedBehavior sanitizer (#26736)
Browse files Browse the repository at this point in the history
### Details:
 - Tested in #26634

### Tickets:
 - *144163*
  • Loading branch information
mryzhov authored Sep 23, 2024
1 parent 8fab3c6 commit 17f976d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux_sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
include:
- SANITIZER: 'AddressAndLeak'
SANITIZER_CMAKE_OPTION: '-DENABLE_SANITIZER=ON'
# - SANITIZER: 'UndefinedBehavior' # Ticket: 144163
# SANITIZER_CMAKE_OPTION: '-DENABLE_UB_SANITIZER=ON'
- SANITIZER: 'UndefinedBehavior'
SANITIZER_CMAKE_OPTION: '-DENABLE_UB_SANITIZER=ON'
# - SANITIZER: 'Thread' # Problems with protobuf
# SANITIZER_CMAKE_OPTION: '-DENABLE_THREAD_SANITIZER=ON'
env:
Expand Down

0 comments on commit 17f976d

Please sign in to comment.