This repository was archived by the owner on Aug 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-72
lines changed Expand file tree Collapse file tree 2 files changed +5
-72
lines changed Original file line number Diff line number Diff line change @@ -16,45 +16,6 @@ os: linux
16
16
17
17
jobs :
18
18
include :
19
- - os : linux
20
- arch : x86_64
21
- env :
22
- - MB_PYTHON_VERSION=pypy3.6-7.3.1
23
- - MB_ML_VER=2010
24
- - DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
25
-
26
- # The manylinux2014 arm64 image has libbz2.so.1 and libbz.so.1.0.6 but not
27
- # libbz2.so.1.0, leading to this error with pypy:
28
- # pypy3.6-v7.3.1-aarch64/bin/pypy: error while loading shared libraries:
29
- # libbz2.so.1.0: cannot open shared object file: No such file or directory
30
- # - os: linux
31
- # arch: arm64
32
- # env:
33
- # - PLAT=aarch64
34
- # - MB_ML_VER=2014
35
- # - MB_PYTHON_VERSION=pypy3.6-7.3.1
36
- # - DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
37
-
38
- # The pypy3 osx package has bin/pypy3 not bin/pypy, so
39
- # multibuild/common_utils.sh has a "ln" command (not "ln -s"). Apparently
40
- # it does not work, we get the error message:
41
- # multibuild/common_utils.sh: line 476:
42
- # /Users/travis/build/MacPython/numpy-wheels/pypy3.6-v7.3.1-linux64/bin/pypy:
43
- # cannot execute binary file
44
- # - os: osx
45
- # language: generic
46
- # env:
47
- # - MB_PYTHON_VERSION=pypy3.6-7.3.1
48
- # - MB_PYTHON_OSX_VER=10.9
49
-
50
- - os : linux
51
- arch : arm64
52
- env :
53
- - PLAT=aarch64
54
- - MB_ML_VER=2014
55
- - MB_PYTHON_VERSION=3.6
56
- - DEBUG_PRINT=1
57
- - DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
58
19
- os : linux
59
20
arch : arm64
60
21
env :
Original file line number Diff line number Diff line change 19
19
name : windows2017
20
20
vmImage : vs2017-win2016
21
21
matrix :
22
- py_3.6_32 :
23
- PYTHON_VERSION : " 3.6.x"
24
- PYTHON_ARCH : " x86"
25
- BITS : 32
26
- pypy_3.6_32 :
27
- PYTHON_VERSION : " PyPy3.6"
28
- PYTHON_ARCH : " x86"
29
- BITS : 32
30
- EXTRA_ARGV : " '-m', 'not slow'"
31
- py_3.6_64 :
32
- PYTHON_VERSION : " 3.6.x"
33
- PYTHON_ARCH : ' x64'
34
- BITS : 64
35
22
py_3.7_32 :
36
23
PYTHON_VERSION : " 3.7.x"
37
24
PYTHON_ARCH : " x86"
@@ -62,21 +49,17 @@ jobs:
62
49
name : linux
63
50
vmImage : ubuntu-18.04
64
51
matrix :
65
- py_3.6_32 :
66
- MB_PYTHON_VERSION : " 3.6"
67
- PLAT : " i686"
68
- MB_ML_VER : " 2010"
69
- ENV_VARS_PATH : " env_vars_32.sh"
70
- DOCKER_TEST_IMAGE : " multibuild/xenial_{PLAT}"
71
- py_3.6_64 :
72
- MB_PYTHON_VERSION : " 3.6"
73
- MB_ML_VER : " 2010"
74
52
py_3.7_32 :
75
53
MB_PYTHON_VERSION : " 3.7"
76
54
PLAT : " i686"
77
55
MB_ML_VER : " 2010"
78
56
ENV_VARS_PATH : " env_vars_32.sh"
79
57
DOCKER_TEST_IMAGE : " multibuild/xenial_{PLAT}"
58
+ pypy_3.7_64 :
59
+ MB_PYTHON_VERSION : " pypy3.7-7.3.2"
60
+ AZURE_PYTHON_VERSION : " 3.7"
61
+ MB_ML_VER : " 2010"
62
+ DOCKER_TEST_IMAGE : multibuild/xenial_{PLAT}
80
63
py_3.7_64 :
81
64
MB_PYTHON_VERSION : " 3.7"
82
65
MB_ML_VER : " 2010"
@@ -101,15 +84,6 @@ jobs:
101
84
DOCKER_TEST_IMAGE : " multibuild/xenial_{PLAT}"
102
85
103
86
# manylinux1 wheels
104
- py_3.6_32manylinux1 :
105
- MB_PYTHON_VERSION : " 3.6"
106
- PLAT : " i686"
107
- MB_ML_VER : " 1"
108
- ENV_VARS_PATH : " env_vars_32.sh"
109
- DOCKER_TEST_IMAGE : " multibuild/xenial_{PLAT}"
110
- py_3.6_64manylinux1 :
111
- MB_PYTHON_VERSION : " 3.6"
112
- MB_ML_VER : " 1"
113
87
py_3.7_32manylinux1 :
114
88
MB_PYTHON_VERSION : " 3.7"
115
89
PLAT : " i686"
@@ -134,8 +108,6 @@ jobs:
134
108
name : macOS
135
109
vmImage : macOS-10.14
136
110
matrix :
137
- py_3.6_64 :
138
- MB_PYTHON_VERSION : " 3.6"
139
111
py_3.7_64 :
140
112
MB_PYTHON_VERSION : " 3.7"
141
113
py_3.8_64 :
You can’t perform that action at this time.
0 commit comments