Skip to content

Commit

Permalink
disabled clang from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
samayala22 committed Sep 25, 2024
1 parent 2e6074a commit fba3557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
os: [ubuntu-latest]
arch: [x86_64]
mode: [release, debug]
compiler: [clang, gcc]
sanitizer: [address, undefined] # thread removed due to bugs
compiler: [gcc] # disabled clang because of openmp linking issues
sanitizer: [address, undefined] # thread removed due to false positives

steps:
- name: Checkout repository
Expand Down

0 comments on commit fba3557

Please sign in to comment.