Repository: incubator-impala Updated Branches: refs/heads/master ae7200874 -> 3f82d1570
IMPALA-5745: Bump Breakpad version This change bumps the breakpad version to pull in a change that increases the maximum number of memory regions in minidump_stackwalk. Change-Id: I07b502fd5f6c5b3ce9eabf3b3ce6992d8f89f5af Reviewed-on: http://gerrit.cloudera.org:8080/7547 Reviewed-by: Matthew Jacobs <[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/1f89d2dc Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/1f89d2dc Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/1f89d2dc Branch: refs/heads/master Commit: 1f89d2dc4452bed4e7590ec6e8b5ce65cfd95390 Parents: ae72008 Author: Lars Volker <[email protected]> Authored: Mon Jul 31 15:17:56 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Tue Aug 1 20:23:37 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/1f89d2dc/bin/impala-config.sh ---------------------------------------------------------------------- diff --git a/bin/impala-config.sh b/bin/impala-config.sh index fdf74ad..2699339 100755 --- a/bin/impala-config.sh +++ b/bin/impala-config.sh @@ -72,13 +72,13 @@ 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=426-d9b44a854b +export IMPALA_TOOLCHAIN_BUILD_ID=438-a80bf530fe # 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-p3 -export IMPALA_BREAKPAD_VERSION=ffe3e478657dc7126fca6329dfcedc49f4c726d9-p2 +export IMPALA_BREAKPAD_VERSION=1b704857f1e78a864e6942e613457e55f1aecb60-p2 export IMPALA_BZIP2_VERSION=1.0.6-p2 export IMPALA_CMAKE_VERSION=3.2.3-p1 export IMPALA_CRCUTIL_VERSION=440ba7babeff77ffad992df3a10c767f184e946e-p1
