From: Zachary Ware Date: Sat, 10 Jun 2017 03:26:48 +0000 (-0500) Subject: [3.5] bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951) X-Git-Tag: v3.5.4rc1~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91581d4225e91e581f44d60d0b87c80778c36d1d;p=python [3.5] bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951) (cherry picked from commit 42e3acda86829def9adc354fbee77597b849bf9e) --- diff --git a/.github/appveyor.yml b/.github/appveyor.yml index 5d11a0788b..55d0661f0b 100644 --- a/.github/appveyor.yml +++ b/.github/appveyor.yml @@ -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: