Skip to content

Commit

Permalink
Disable MSVC static analysis jobs [circle skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
laurynas-biveinis committed Sep 18, 2024
1 parent 9332755 commit 76d5a6a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/msvc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,14 @@ jobs:
- name: MSVC Debug without AVX2
preset: "msvc-debug-no-avx2"

- name: MSVC Static Analysis Debug
preset: "msvc-static-analysis-debug"

- name: MSVC Static Analysis Release
preset: "msvc-static-analysis-release"
# MSVC static analysis false positive regression in 17.11:
# optimistic_lock.hpp(171) : warning C26493: Don't use C-style casts
# (type.4).
# - name: MSVC Static Analysis Debug
# preset: "msvc-static-analysis-debug"

# - name: MSVC Static Analysis Release
# preset: "msvc-static-analysis-release"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 76d5a6a

Please sign in to comment.