8000 [3.5] bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951). · zware/cpython@ffc89b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit ffc89b9

Browse files
committed
[3.5] bpo-30417: Disable cpu resource on AppVeyor (pythonGH-1951).
(cherry picked from commit 42e3acd)
1 parent a2cdbdf commit ffc89b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ branches:
88
build_script:
99
- cmd: PCbuild\build.bat -e
1010
test_script:
11-
- cmd: PCbuild\rt.bat -q -uall -rwW --timeout=1200 -j0
11+
- cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --timeout=1200 -j0
1212

1313
# Only trigger AppVeyor if actual code or its configuration changes
1414
only_commits:

0 commit comments

Comments
 ( 2FA6 0)
0