Repository: incubator-impala Updated Branches: refs/heads/master dbb0d863b -> dbd596beb
Bump toolchain version Bump the versions to keep things in sync with native-toolchain master. The new toolchain version includes fixes to compile with GCC 7, including a backported boost patch. Change-Id: I6e6ee4d654987b026c12fae27c946f02448da0ff Reviewed-on: http://gerrit.cloudera.org:8080/7306 Reviewed-by: Matthew Jacobs <[email protected]> Reviewed-by: Lars Volker <[email protected]> Tested-by: Impala Public Jenkins Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/9b0d71fa Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/9b0d71fa Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/9b0d71fa Branch: refs/heads/master Commit: 9b0d71faaa18ee5e421feb55c9507be53d3ea834 Parents: dbb0d86 Author: Tim Armstrong <[email protected]> Authored: Tue Jun 27 10:33:36 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Tue Jun 27 22:52:07 2017 +0000 ---------------------------------------------------------------------- bin/impala-config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/9b0d71fa/bin/impala-config.sh ---------------------------------------------------------------------- diff --git a/bin/impala-config.sh b/bin/impala-config.sh index d92e0ed..d14bb59 100755 --- a/bin/impala-config.sh +++ b/bin/impala-config.sh @@ -72,12 +72,12 @@ fi # moving to a different build of the toolchain, e.g. when a version is bumped or a # compile option is changed. The build id can be found in the output of the toolchain # build jobs, it is constructed from the build number and toolchain git hash prefix. -export IMPALA_TOOLCHAIN_BUILD_ID=412-4a0bb605de +export IMPALA_TOOLCHAIN_BUILD_ID=415-a56999c8bb # Versions of toolchain dependencies. # ----------------------------------- export IMPALA_AVRO_VERSION=1.7.4-p4 export IMPALA_BINUTILS_VERSION=2.26.1 -export IMPALA_BOOST_VERSION=1.57.0-p2 +export IMPALA_BOOST_VERSION=1.57.0-p3 export IMPALA_BREAKPAD_VERSION=ffe3e478657dc7126fca6329dfcedc49f4c726d9-p2 export IMPALA_BZIP2_VERSION=1.0.6-p2 export IMPALA_CMAKE_VERSION=3.2.3-p1
