]> granicus.if.org Git - python/commitdiff
[3.5] bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951)
authorZachary Ware <zachary.ware@gmail.com>
Sat, 10 Jun 2017 03:26:48 +0000 (22:26 -0500)
committerGitHub <noreply@github.com>
Sat, 10 Jun 2017 03:26:48 +0000 (22:26 -0500)
(cherry picked from commit 42e3acda86829def9adc354fbee77597b849bf9e)

.github/appveyor.yml

index 5d11a0788b48efaae4806c220d94d1ba5e2affa6..55d0661f0bcf8a8f62579bbeb019970c6a5d11e1 100644 (file)
@@ -8,7 +8,7 @@ branches:
 build_script:
 - cmd: PCbuild\build.bat -e
 test_script:
-- cmd: PCbuild\rt.bat -q -uall -rwW --timeout=1200 -j0
+- cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --timeout=1200 -j0
 
 # Only trigger AppVeyor if actual code or its configuration changes
 only_commits: