Upgrading container where MacOS tests run to 1.11. Upgrading tuo thrift 12 for binding generation.
This commit is contained in:
parent
8f9a678b7d
commit
11c71b0463
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#! /bin/bash
|
||||
|
||||
THRIFT_VER=0.9.3
|
||||
THRIFT_VER=0.12.0
|
||||
|
||||
if [[ $(thrift -version | grep -e $THRIFT_VER -c) -ne 1 ]]; then
|
||||
echo "Warning: This wrapper has only been tested with version" $THRIFT_VER;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue