This repository was archived by the owner on Aug 30, 2024. It is now read-only.
File tree 2 files changed +29
-1
lines changed
2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 55
55
- MB_PYTHON_VERSION=3.6
56
56
- DEBUG_PRINT=1
57
57
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
58
+ - os : linux
59
+ arch : arm64
60
+ env :
61
+ - PLAT=aarch64
62
+ - MB_ML_VER=2014
63
+ - MB_PYTHON_VERSION=3.7
64
+ - DEBUG_PRINT=1
65
+ - DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
58
66
- os : linux
59
67
arch : arm64
60
68
env :
68
76
env :
69
77
- PLAT=aarch64
70
78
- MB_ML_VER=2014
71
- - MB_PYTHON_VERSION=3.7
79
+ - MB_PYTHON_VERSION=3.9
72
80
- DEBUG_PRINT=1
73
81
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
74
82
Original file line number Diff line number Diff line change 48
48
PYTHON_VERSION : " 3.8.x"
49
49
PYTHON_ARCH : ' x64'
50
50
BITS : 64
51
+ py_3.9_32 :
52
+ PYTHON_VERSION : " 3.9.x"
53
+ PYTHON_ARCH : " x86"
54
+ BITS : 32
55
+ py_3.9_64 :
56
+ PYTHON_VERSION : " 3.9.x"
57
+ PYTHON_ARCH : ' x64'
58
+ BITS : 64
59
+
51
60
52
61
- template : azure/posix.yml
53
62
parameters :
@@ -106,6 +115,15 @@ jobs:
106
115
py_3.8_64manylinux1 :
107
116
MB_PYTHON_VERSION : " 3.8"
108
117
MB_ML_VER : " 1"
118
+ py_3.9_32manylinux1 :
119
+ MB_PYTHON_VERSION : " 3.9"
120
+ PLAT : " i686"
121
+ MB_ML_VER : " 1"
122
+ ENV_VARS_PATH : " env_vars_32.sh"
123
+ py_3.9_64manylinux1 :
124
+ MB_PYTHON_VERSION : " 3.9"
125
+ MB_ML_VER : " 1"
126
+
109
127
110
128
- template : azure/posix.yml
111
129
parameters :
@@ -118,3 +136,5 @@ jobs:
118
136
MB_PYTHON_VERSION : " 3.7"
119
137
py_3.8_64 :
120
138
MB_PYTHON_VERSION : " 3.8"
139
+ py_3.9_64 :
140
+ MB_PYTHON_VERSION : " 3.9"
You can’t perform that action at this time.
0 commit comments