From 42e3acda86829def9adc354fbee77597b849bf9e Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Fri, 9 Jun 2017 20:20:24 -0500 Subject: bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951) --- .github/appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/appveyor.yml b/.github/appveyor.yml index ba2784418b..0f4c174fa7 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 --slowest --timeout=1200 -j0 +- cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest --timeout=1200 -j0 # Only trigger AppVeyor if actual code or its configuration changes only_commits: -- cgit v1.2.1