Bump toolchain patch versions: boost, crcutil, breakpad Several toolchain commits have recently gone in. A new toolchain build was produced, and this updates Impala to use the latest versions.
See: https://github.com/cloudera/native-toolchain/commit/6e726b4b8164d53814f75b78a681fcf6df4a887a https://github.com/cloudera/native-toolchain/commit/f0105fd35527f416799acb4aa92a887cbf511ce5 Tested with an exhaustive build. Change-Id: Id416659cf8efeee941e1160f7de8a1bbf5d04384 Reviewed-on: http://gerrit.cloudera.org:8080/7085 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/5089aecd Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/5089aecd Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/5089aecd Branch: refs/heads/master Commit: 5089aecdd48ab5d4e5419733760d5d29118010fd Parents: bf58f11 Author: Matthew Jacobs <[email protected]> Authored: Fri Jun 2 17:16:42 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Tue Jun 6 03:40:29 2017 +0000 ---------------------------------------------------------------------- bin/impala-config.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/5089aecd/bin/impala-config.sh ---------------------------------------------------------------------- diff --git a/bin/impala-config.sh b/bin/impala-config.sh index cffac90..3e317fe 100755 --- a/bin/impala-config.sh +++ b/bin/impala-config.sh @@ -72,16 +72,16 @@ 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=394-e5d901b362 +export IMPALA_TOOLCHAIN_BUILD_ID=403-6e726b4b81 # 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-p1 -export IMPALA_BREAKPAD_VERSION=ffe3e478657dc7126fca6329dfcedc49f4c726d9-p1 +export IMPALA_BOOST_VERSION=1.57.0-p2 +export IMPALA_BREAKPAD_VERSION=ffe3e478657dc7126fca6329dfcedc49f4c726d9-p2 export IMPALA_BZIP2_VERSION=1.0.6-p2 export IMPALA_CMAKE_VERSION=3.2.3-p1 -export IMPALA_CRCUTIL_VERSION=440ba7babeff77ffad992df3a10c767f184e946e +export IMPALA_CRCUTIL_VERSION=440ba7babeff77ffad992df3a10c767f184e946e-p1 export IMPALA_CYRUS_SASL_VERSION=2.1.23 export IMPALA_FLATBUFFERS_VERSION=1.6.0 export IMPALA_GCC_VERSION=4.9.2
