Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit178bcc6

Browse files
committed
Add fail on warning regression option to ubuntu builds
1 parentcba84fe commit178bcc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/reusable-ubuntu.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
working-directory:${{ env.CPYTHON_BUILDDIR }}
8181
run:make pythoninfo
8282
-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
8484
-name:Remount sources writable for tests
8585
# some tests write to srcdir, lack of pyc files slows down testing
8686
run:sudo mount $CPYTHON_RO_SRCDIR -oremount,rw

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp