Skip to content

Commit

Permalink
WIP: ci test with net-opt
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Oct 17, 2022
1 parent 04a2a6e commit 3da5402
Showing 1 changed file with 5 additions and 213 deletions.
218 changes: 5 additions & 213 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,245 +19,37 @@ jobs:
os: ubuntu-latest
python: "2.7"
base: "7.0"
pvxs: "master"
pvxs: "net-opt"
profile: latest

- name: Make Linux py2.7 e7.0
os: ubuntu-latest
python: "2.7"
base: "7.0"
pvxs: "master"
pvxs: "net-opt"
profile: deb9

- name: Make Linux p3.8 e7.0
os: ubuntu-latest
python: "3.8"
base: "7.0"
pvxs: "master"
pvxs: "net-opt"
profile: deb10

- name: Make Linux py2.7 e3.15
os: ubuntu-latest
python: "2.7"
base: "3.15"
pvxs: "master"
pvxs: "net-opt"
profile: deb8

- name: Make Linux py2.7 e3.14
os: ubuntu-latest
python: "2.7"
base: "3.14"
pvxs: "master"
pvxs: "net-opt"
profile: deb8

# Check build from .tar
- name: Source
os: ubuntu-latest
python: "3.7"
source: true

# Linux py builds x64
- name: linux 2.7 amd64
os: ubuntu-latest
pyver: cp27-cp27m
piparch: manylinux1_x86_64
numpy: numpy==1.8.2
cython: Cython==0.29.2

- name: linux 2.7u amd64
os: ubuntu-latest
pyver: cp27-cp27mu
piparch: manylinux1_x86_64
numpy: numpy==1.8.2
cython: Cython==0.29.2

- name: linux 3.5 amd64
os: ubuntu-latest
pyver: cp35-cp35m
piparch: manylinux1_x86_64
numpy: numpy==1.12.1
cython: Cython==0.29.2

- name: linux 3.6 amd64
os: ubuntu-latest
pyver: cp36-cp36m
piparch: manylinux1_x86_64
numpy: numpy==1.12.1
cython: Cython==0.29.2

- name: linux 3.7 amd64
os: ubuntu-latest
pyver: cp37-cp37m
piparch: manylinux1_x86_64
numpy: numpy==1.16.2
cython: Cython==0.29.2

- name: linux 3.8 amd64
os: ubuntu-latest
pyver: cp38-cp38
piparch: manylinux1_x86_64
numpy: numpy==1.17.3
cython: Cython==0.29.2

- name: linux 3.9 amd64
os: ubuntu-latest
pyver: cp39-cp39
piparch: manylinux2010_x86_64
numpy: numpy==1.19.3
cython: Cython==0.29.23

- name: linux 3.10 amd64
os: ubuntu-latest
pyver: cp310-cp310
piparch: manylinux2014_x86_64
numpy: numpy==1.22.0
cython: Cython==0.29.23

# Linux py builds x64
- name: linux 2.7 i686
os: ubuntu-latest
pyver: cp27-cp27m
piparch: manylinux1_i686
numpy: numpy==1.11.1
cython: Cython==0.29.2
pre: linux32

- name: linux 2.7u i686
os: ubuntu-latest
pyver: cp27-cp27mu
piparch: manylinux1_i686
numpy: numpy==1.11.1
cython: Cython==0.29.2
pre: linux32

- name: linux 3.5 i686
os: ubuntu-latest
pyver: cp35-cp35m
piparch: manylinux1_i686
numpy: numpy==1.12.1
cython: Cython==0.29.2
pre: linux32

- name: linux 3.6 i686
os: ubuntu-latest
pyver: cp36-cp36m
piparch: manylinux1_i686
numpy: numpy==1.12.1
cython: Cython==0.29.2
pre: linux32

- name: linux 3.7 i686
os: ubuntu-latest
pyver: cp37-cp37m
piparch: manylinux1_i686
numpy: numpy==1.16.2
cython: Cython==0.29.2
pre: linux32

- name: linux 3.8 i686
os: ubuntu-latest
pyver: cp38-cp38
piparch: manylinux1_i686
numpy: numpy==1.17.3
cython: Cython==0.29.2
pre: linux32

- name: linux 3.9 i686
os: ubuntu-latest
pyver: cp39-cp39
piparch: manylinux2010_i686
numpy: numpy==1.19.3
cython: Cython==0.29.23
pre: linux32

# numpy i386 wheels not built >= 3.10

# OSX py builds
- name: osx 2.7 intel
os: macos-latest
python: "2.7"
piparch: macosx_10_9_intel
numpy: numpy==1.8.2
cython: Cython==0.29.2

- name: osx 3.6 intel
os: macos-latest
python: "3.6"
piparch: macosx_10_9_intel
numpy: numpy==1.11.3
cython: Cython==0.29.2

- name: osx 3.7 intel
os: macos-latest
python: "3.7"
piparch: macosx_10_9_intel
numpy: numpy==1.16.2
cython: Cython==0.29.2

- name: osx 3.8 intel
os: macos-latest
python: "3.8"
piparch: macosx_10_9_intel
numpy: numpy==1.17.3
cython: Cython==0.29.2

- name: osx 3.9 intel
os: macos-latest
python: "3.9"
piparch: macosx_10_9_intel
numpy: numpy==1.19.3
cython: Cython==0.29.23

- name: osx 3.10 intel
os: macos-latest
python: "3.10"
piparch: macosx_10_9_intel
numpy: numpy==1.22.0
cython: Cython==0.29.23

# Windows py builds

## missing Microsoft Visual C++ 9.0
#- os: windows-latest
# python: "2.7"
# piparch: win_amd64

- name: win64 3.5
os: windows-2019
python: "3.5"
piparch: win_amd64
profile: latest

- name: win64 3.6
os: windows-latest
python: "3.6"
piparch: win_amd64
profile: latest

- name: win64 3.7
os: windows-latest
python: "3.7"
piparch: win_amd64
profile: latest

- name: win64 3.8
os: windows-latest
python: "3.8"
piparch: win_amd64
profile: latest

- name: win64 3.9
os: windows-latest
python: "3.9"
piparch: win_amd64
profile: latest

- name: win64 3.10
os: windows-latest
python: "3.10"
piparch: win_amd64
profile: latest

steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 3da5402

Please sign in to comment.