Commit 3c7b67bb authored by Zachary Ware's avatar Zachary Ware Committed by GitHub

[2.7] bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951)

(cherry picked from commit 42e3acda)
parent e5bdad22
......@@ -8,7 +8,7 @@ branches:
build_script:
- cmd: PCbuild\build.bat -e
test_script:
- cmd: PCbuild\rt.bat -q -uall -rwW --slowest -j2
- cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest -j2
# Only trigger AppVeyor if actual code or its configuration changes
only_commits:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment