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

Skip to content

Commit 42e3acd

Browse files
authored
bpo-30417: Disable cpu resource on AppVeyor (GH-1951)
1 parent 11ffb45 commit 42e3acd

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 --slowest --timeout=1200 -j0
11+
- cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest --timeout=1200 -j0
1212

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

0 commit comments

Comments
 (0)
0