File tree Expand file tree Collapse file tree 3 files changed +3
-57
lines changed
Expand file tree Collapse file tree 3 files changed +3
-57
lines changed Original file line number Diff line number Diff line change 11env :
22 global :
33 - REPO_DIR=onnx
4- - BUILD_COMMIT=3376d4438aaadfba483399fa249b841153152bc0
4+ - BUILD_COMMIT=7b9b3eeefd37b7c287fa1fb40568518acaaea01f
55 - PLAT=x86_64
66 - PB_VERSION=2.6.1
77 - UNICODE_WIDTH=32
@@ -25,60 +25,6 @@ matrix:
2525 # Exclude the default Python 3.5 build
2626 - python : 3.5
2727 include :
28- - os : linux
29- sudo : required
30- env :
31- - MB_PYTHON_VERSION=2.7
32- - ONNX_ML=1
33-
34- - os : linux
35- sudo : required
36- env :
37- - MB_PYTHON_VERSION=2.7
38- - ONNX_ML=1
39- - UNICODE_WIDTH=16
40-
41- - os : linux
42- sudo : required
43- env :
44- - MB_PYTHON_VERSION=2.7
45- - ONNX_ML=1
46- - PLAT=i686
47-
48- - os : linux
49- sudo : required
50- env :
51- - MB_PYTHON_VERSION=2.7
52- - ONNX_ML=1
53- - UNICODE_WIDTH=16
54- - PLAT=i686
55-
56- - os : linux
57- sudo : required
58- env :
59- - MB_PYTHON_VERSION=3.5
60- - ONNX_ML=1
61-
62- - os : linux
63- sudo : required
64- env :
65- - MB_PYTHON_VERSION=3.6
66- - ONNX_ML=1
67-
68- - os : linux
69- sudo : required
70- env :
71- - MB_PYTHON_VERSION=3.5
72- - ONNX_ML=1
73- - PLAT=i686
74-
75- - os : linux
76- sudo : required
77- env :
78- - MB_PYTHON_VERSION=3.6
79- - ONNX_ML=1
80- - PLAT=i686
81-
8228 - os : osx
8329 language : generic
8430 sudo : required
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ environment:
3939
4040install :
4141- cmd : set repo_dir=onnx
42- - cmd : set build_commit=3376d4438aaadfba483399fa249b841153152bc0
42+ - cmd : set build_commit=7b9b3eeefd37b7c287fa1fb40568518acaaea01f
4343- cmd : git submodule update --init --recursive
4444- cmd : cd %repo_dir%
4545- cmd : git fetch origin
Original file line number Diff line number Diff line change 22function build_wheel {
33 build_libs
44 export ONNX_ML=1
5- time ONNX_NAMESPACE=ONNX_NAMESPACE build_bdist_wheel $@
5+ time ONNX_NAMESPACE=ONNX_REL_1_3 build_bdist_wheel $@
66}
77
88function build_libs {
You can’t perform that action at this time.
0 commit comments