Skip to content

Commit

Permalink
meson CI: don't use /analyze
Browse files Browse the repository at this point in the history
Fails in CI too much. Maybe RAM problem.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
  • Loading branch information
neheb committed Mar 5, 2023
1 parent 6a93f7f commit 6a1372d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_PR_meson.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Compile and Test
env:
CXXFLAGS: '/analyze'
#CXXFLAGS: '/analyze' // fails occasionally
run: |
meson setup "${{github.workspace}}/build" --wrap-mode=${{matrix.deps}} -Ddefault_library=${{matrix.type}} -Dwarning_level=3 -Dcpp_std=c++20
meson compile -C "${{github.workspace}}/build" --verbose
Expand Down

0 comments on commit 6a1372d

Please sign in to comment.