Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e51b87a

Browse filesBrowse files
authored
Merge pull request #18164 from mattip/pypy-win64
TST: add a pypy37 windows 64-bit build
2 parents af8e67c + 6d596fd commit e51b87a
Copy full SHA for e51b87a

File tree

Expand file treeCollapse file tree

2 files changed

+6
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+6
-1
lines changed

‎azure-pipelines.yml

Copy file name to clipboardExpand all lines: azure-pipelines.yml
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,11 @@ stages:
206206
PYTHON_ARCH: 'x64'
207207
TEST_MODE: full
208208
BITS: 64
209+
PyPy37-64bit-full:
210+
PYTHON_VERSION: 'PyPy3.7'
211+
PYTHON_ARCH: 'x64'
212+
TEST_MODE: fast
213+
BITS: 64
209214
Python38-32bit-fast:
210215
PYTHON_VERSION: '3.8'
211216
PYTHON_ARCH: 'x86'

‎azure-steps-windows.yml

Copy file name to clipboardExpand all lines: azure-steps-windows.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ steps:
66
architecture: $(PYTHON_ARCH)
77
condition: not(contains(variables['PYTHON_VERSION'], 'PyPy'))
88
- powershell: |
9-
$url = "http://buildbot.pypy.org/nightly/py3.6/pypy-c-jit-latest-win32.zip"
9+
$url = "http://buildbot.pypy.org/nightly/py3.7/pypy-c-jit-latest-win64.zip"
1010
$output = "pypy.zip"
1111
$wc = New-Object System.Net.WebClient
1212
$wc.DownloadFile($url, $output)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.