summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2020-11-18 17:24:56 (GMT)
committerGitHub <noreply@github.com>2020-11-18 17:24:56 (GMT)
commit8b1f4cc4644869812ff7f210a7fcbe872d88846e (patch)
tree34cf00081a89a2ba2ff7a6f0dfdd1ec89ca142ae /.github/workflows/build.yml
parent66dd5338a1ca98921c8e6c51228541ef8ed8076a (diff)
downloadcpython-8b1f4cc4644869812ff7f210a7fcbe872d88846e.zip
cpython-8b1f4cc4644869812ff7f210a7fcbe872d88846e.tar.gz
cpython-8b1f4cc4644869812ff7f210a7fcbe872d88846e.tar.bz2
bpo-42336: Improve PCbuild batch files (GH-23325)
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e4e5a3a..3859cc3 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
- name: Display build info
run: .\python.bat -m test.pythoninfo
- name: Tests
- run: .\PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest --timeout=1200 -j0
+ run: .\PCbuild\rt.bat -p Win32 -q -uall -u-cpu -rwW --slowest --timeout=1200 -j0
build_win_amd64:
name: 'Windows (x64)'
@@ -66,7 +66,7 @@ jobs:
- name: Display build info
run: .\python.bat -m test.pythoninfo
- name: Tests
- run: .\PCbuild\rt.bat -x64 -q -uall -u-cpu -rwW --slowest --timeout=1200 -j0
+ run: .\PCbuild\rt.bat -p x64 -q -uall -u-cpu -rwW --slowest --timeout=1200 -j0
build_macos:
name: 'macOS'