@@ -19,245 +19,37 @@ jobs:
1919 os : ubuntu-latest
2020 python : " 2.7"
2121 base : " 7.0"
22- pvxs : " master "
22+ pvxs : " net-opt "
2323 profile : latest
2424
2525 - name : Make Linux py2.7 e7.0
2626 os : ubuntu-latest
2727 python : " 2.7"
2828 base : " 7.0"
29- pvxs : " master "
29+ pvxs : " net-opt "
3030 profile : deb9
3131
3232 - name : Make Linux p3.8 e7.0
3333 os : ubuntu-latest
3434 python : " 3.8"
3535 base : " 7.0"
36- pvxs : " master "
36+ pvxs : " net-opt "
3737 profile : deb10
3838
3939 - name : Make Linux py2.7 e3.15
4040 os : ubuntu-latest
4141 python : " 2.7"
4242 base : " 3.15"
43- pvxs : " master "
43+ pvxs : " net-opt "
4444 profile : deb8
4545
4646 - name : Make Linux py2.7 e3.14
4747 os : ubuntu-latest
4848 python : " 2.7"
4949 base : " 3.14"
50- pvxs : " master "
50+ pvxs : " net-opt "
5151 profile : deb8
5252
53- # Check build from .tar
54- - name : Source
55- os : ubuntu-latest
56- python : " 3.7"
57- source : true
58-
59- # Linux py builds x64
60- - name : linux 2.7 amd64
61- os : ubuntu-latest
62- pyver : cp27-cp27m
63- piparch : manylinux1_x86_64
64- numpy : numpy==1.8.2
65- cython : Cython==0.29.2
66-
67- - name : linux 2.7u amd64
68- os : ubuntu-latest
69- pyver : cp27-cp27mu
70- piparch : manylinux1_x86_64
71- numpy : numpy==1.8.2
72- cython : Cython==0.29.2
73-
74- - name : linux 3.5 amd64
75- os : ubuntu-latest
76- pyver : cp35-cp35m
77- piparch : manylinux1_x86_64
78- numpy : numpy==1.12.1
79- cython : Cython==0.29.2
80-
81- - name : linux 3.6 amd64
82- os : ubuntu-latest
83- pyver : cp36-cp36m
84- piparch : manylinux1_x86_64
85- numpy : numpy==1.12.1
86- cython : Cython==0.29.2
87-
88- - name : linux 3.7 amd64
89- os : ubuntu-latest
90- pyver : cp37-cp37m
91- piparch : manylinux1_x86_64
92- numpy : numpy==1.16.2
93- cython : Cython==0.29.2
94-
95- - name : linux 3.8 amd64
96- os : ubuntu-latest
97- pyver : cp38-cp38
98- piparch : manylinux1_x86_64
99- numpy : numpy==1.17.3
100- cython : Cython==0.29.2
101-
102- - name : linux 3.9 amd64
103- os : ubuntu-latest
104- pyver : cp39-cp39
105- piparch : manylinux2010_x86_64
106- numpy : numpy==1.19.3
107- cython : Cython==0.29.23
108-
109- - name : linux 3.10 amd64
110- os : ubuntu-latest
111- pyver : cp310-cp310
112- piparch : manylinux2014_x86_64
113- numpy : numpy==1.22.0
114- cython : Cython==0.29.23
115-
116- # Linux py builds x64
117- - name : linux 2.7 i686
118- os : ubuntu-latest
119- pyver : cp27-cp27m
120- piparch : manylinux1_i686
121- numpy : numpy==1.11.1
122- cython : Cython==0.29.2
123- pre : linux32
124-
125- - name : linux 2.7u i686
126- os : ubuntu-latest
127- pyver : cp27-cp27mu
128- piparch : manylinux1_i686
129- numpy : numpy==1.11.1
130- cython : Cython==0.29.2
131- pre : linux32
132-
133- - name : linux 3.5 i686
134- os : ubuntu-latest
135- pyver : cp35-cp35m
136- piparch : manylinux1_i686
137- numpy : numpy==1.12.1
138- cython : Cython==0.29.2
139- pre : linux32
140-
141- - name : linux 3.6 i686
142- os : ubuntu-latest
143- pyver : cp36-cp36m
144- piparch : manylinux1_i686
145- numpy : numpy==1.12.1
146- cython : Cython==0.29.2
147- pre : linux32
148-
149- - name : linux 3.7 i686
150- os : ubuntu-latest
151- pyver : cp37-cp37m
152- piparch : manylinux1_i686
153- numpy : numpy==1.16.2
154- cython : Cython==0.29.2
155- pre : linux32
156-
157- - name : linux 3.8 i686
158- os : ubuntu-latest
159- pyver : cp38-cp38
160- piparch : manylinux1_i686
161- numpy : numpy==1.17.3
162- cython : Cython==0.29.2
163- pre : linux32
164-
165- - name : linux 3.9 i686
166- os : ubuntu-latest
167- pyver : cp39-cp39
168- piparch : manylinux2010_i686
169- numpy : numpy==1.19.3
170- cython : Cython==0.29.23
171- pre : linux32
172-
173- # numpy i386 wheels not built >= 3.10
174-
175- # OSX py builds
176- - name : osx 2.7 intel
177- os : macos-latest
178- python : " 2.7"
179- piparch : macosx_10_9_intel
180- numpy : numpy==1.8.2
181- cython : Cython==0.29.2
182-
183- - name : osx 3.6 intel
184- os : macos-latest
185- python : " 3.6"
186- piparch : macosx_10_9_intel
187- numpy : numpy==1.11.3
188- cython : Cython==0.29.2
189-
190- - name : osx 3.7 intel
191- os : macos-latest
192- python : " 3.7"
193- piparch : macosx_10_9_intel
194- numpy : numpy==1.16.2
195- cython : Cython==0.29.2
196-
197- - name : osx 3.8 intel
198- os : macos-latest
199- python : " 3.8"
200- piparch : macosx_10_9_intel
201- numpy : numpy==1.17.3
202- cython : Cython==0.29.2
203-
204- - name : osx 3.9 intel
205- os : macos-latest
206- python : " 3.9"
207- piparch : macosx_10_9_intel
208- numpy : numpy==1.19.3
209- cython : Cython==0.29.23
210-
211- - name : osx 3.10 intel
212- os : macos-latest
213- python : " 3.10"
214- piparch : macosx_10_9_intel
215- numpy : numpy==1.22.0
216- cython : Cython==0.29.23
217-
218- # Windows py builds
219-
220- # # missing Microsoft Visual C++ 9.0
221- # - os: windows-latest
222- # python: "2.7"
223- # piparch: win_amd64
224-
225- - name : win64 3.5
226- os : windows-2019
227- python : " 3.5"
228- piparch : win_amd64
229- profile : latest
230-
231- - name : win64 3.6
232- os : windows-latest
233- python : " 3.6"
234- piparch : win_amd64
235- profile : latest
236-
237- - name : win64 3.7
238- os : windows-latest
239- python : " 3.7"
240- piparch : win_amd64
241- profile : latest
242-
243- - name : win64 3.8
244- os : windows-latest
245- python : " 3.8"
246- piparch : win_amd64
247- profile : latest
248-
249- - name : win64 3.9
250- os : windows-latest
251- python : " 3.9"
252- piparch : win_amd64
253- profile : latest
254-
255- - name : win64 3.10
256- os : windows-latest
257- python : " 3.10"
258- piparch : win_amd64
259- profile : latest
260-
26153 steps :
26254 - uses : actions/checkout@v2
26355 with :
0 commit comments