Skip to content

Commit

Permalink
Ensure that g++-14 is available for static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Dec 31, 2024
1 parent d88feee commit 1fab76a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
shell: bash
run: |
./.github/scripts/install_deps.sh ubuntu-latest
sudo apt-get install -yq g++-14
- name: Static analysis
run: | # Silence warnings with too many false positives (https://stackoverflow.com/a/73913076)
make -kj CXX=g++-14 CXXFLAGS="-fanalyzer -fanalyzer-verbosity=0 -Wno-analyzer-use-of-uninitialized-value -DNDEBUG" Q=

0 comments on commit 1fab76a

Please sign in to comment.