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

Skip to content

Commit e380c19

Browse files
authored
[3.6] bpo-30417: Disable cpu resource on AppVeyor (GH-1951)
(cherry picked from commit 42e3acd)
1 parent 10c9a09 commit e380c19

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