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

Skip to content

Commit cb7bb8e

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

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

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

0 commit comments

Comments
 (0)
0