8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba84fe commit 178bcc6Copy full SHA for 178bcc6
.github/workflows/reusable-ubuntu.yml
@@ -80,7 +80,7 @@ jobs:
80
working-directory: ${{ env.CPYTHON_BUILDDIR }}
81
run: make pythoninfo
82
- name: Check compiler warnings
83
- run: python Tools/build/check_warnings.py --compiler-output-file-path=${{ env.CPYTHON_BUILDDIR }}/compiler_output.txt --warning-ignore-file-path ${GITHUB_WORKSPACE}/Tools/build/.warningignore_ubuntu
+ run: python Tools/build/check_warnings.py --compiler-output-file-path=${{ env.CPYTHON_BUILDDIR }}/compiler_output.txt --warning-ignore-file-path ${GITHUB_WORKSPACE}/Tools/build/.warningignore_ubuntu --fail-on-regression
84
- name: Remount sources writable for tests
85
# some tests write to srcdir, lack of pyc files slows down testing
86
run: sudo mount $CPYTHON_RO_SRCDIR -oremount,rw
0 commit comments