We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fac8bf + 17225b7 commit d98a97dCopy full SHA for d98a97d
2 files changed
.travis.yml
@@ -1,7 +1,7 @@
1
env:
2
global:
3
- REPO_DIR=onnx
4
- - BUILD_COMMIT=c7b60050ad6ae963bf2cc1d0eb3c32b07eb7eeed
+ - BUILD_COMMIT=3376d4438aaadfba483399fa249b841153152bc0
5
- PLAT=x86_64
6
- PB_VERSION=2.6.1
7
- UNICODE_WIDTH=32
appveyor.yml
@@ -39,7 +39,7 @@ environment:
39
40
install:
41
- cmd: set repo_dir=onnx
42
-- cmd: set build_commit=c7b60050ad6ae963bf2cc1d0eb3c32b07eb7eeed
+- cmd: set build_commit=3376d4438aaadfba483399fa249b841153152bc0
43
- cmd: git submodule update --init --recursive
44
- cmd: cd %repo_dir%
45
- cmd: git fetch origin
0 commit comments