Skip to content

Commit

Permalink
ci: Disable cppcheck on distcheck
Browse files Browse the repository at this point in the history
There's no real added value in running cppcheck in the distributed
sources as well, and it effectively doubles check times for virtually
no gain.
  • Loading branch information
b4n committed May 2, 2024
1 parent d8a6e0c commit 1bec256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
- name: Run distcheck
run: |
cd _build
make -j ${{ env.JOBS }} distcheck DISTCHECK_CONFIGURE_FLAGS="${{ env.CONFIGURE_FLAGS }}";
make -j ${{ env.JOBS }} distcheck DISTCHECK_CONFIGURE_FLAGS="${{ env.CONFIGURE_FLAGS }} --disable-cppcheck";
- name: ccache statistics
if: ${{ env.DEBUG == '1' }}
Expand Down

0 comments on commit 1bec256

Please sign in to comment.