We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e961af + d0b0028 commit 78f397fCopy full SHA for 78f397f
.travis.yml
@@ -1,7 +1,7 @@
1
env:
2
global:
3
- REPO_DIR=onnx
4
- - BUILD_COMMIT=9e55ace55aad1ada27516038dfbdc66a8a0763db
+ - BUILD_COMMIT=94d238d96e3fb3a7ba34f03c284b9ad3516163be
5
- PLAT=x86_64
6
- PB_VERSION=2.6.1
7
- UNICODE_WIDTH=32
appveyor.yml
@@ -47,7 +47,7 @@ environment:
47
48
install:
49
- cmd: set repo_dir=onnx
50
-- cmd: set build_commit=9e55ace55aad1ada27516038dfbdc66a8a0763db
+- cmd: set build_commit=94d238d96e3fb3a7ba34f03c284b9ad3516163be
51
- cmd: git submodule update --init --recursive
52
- cmd: cd %repo_dir%
53
- cmd: git fetch origin
0 commit comments