This is an automated email from the ASF dual-hosted git repository. granthenke pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git
commit f24b224a8af0d033e9eca8561fc280807c686ba4 Author: Grant Henke <[email protected]> AuthorDate: Sun May 17 10:57:38 2020 -0500 KUDU-2817: Upgrade bison to 3.5.4 This patch upgrades bison from 3.0.5 to 3.5.4. This is a follow on change to https://gerrit.cloudera.org/#/c/13446 Change-Id: I768d1a59d68b393f7a465a7aba8a4d9e6b22ce11 Reviewed-on: http://gerrit.cloudera.org:8080/15935 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> --- thirdparty/vars.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh index 108d13a..fd0ef23 100644 --- a/thirdparty/vars.sh +++ b/thirdparty/vars.sh @@ -197,7 +197,7 @@ THRIFT_VERSION=0.11.0 THRIFT_NAME=thrift-$THRIFT_VERSION THRIFT_SOURCE=$TP_SOURCE_DIR/$THRIFT_NAME -BISON_VERSION=3.0.5 +BISON_VERSION=3.5.4 BISON_NAME=bison-$BISON_VERSION BISON_SOURCE=$TP_SOURCE_DIR/$BISON_NAME
