|
80 | 80 | working-directory:${{ env.CPYTHON_BUILDDIR }} |
81 | 81 | run:make pythoninfo |
82 | 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 |
| 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 --fail-on-regression |
84 | 84 | -name:Remount sources writable for tests |
85 | 85 | # some tests write to srcdir, lack of pyc files slows down testing |
86 | 86 | run:sudo mount $CPYTHON_RO_SRCDIR -oremount,rw |
|