IMPALA-4226, IMPALA-4227: Bump Breakpad version Change-Id: I89cbcc3f5cc742a0f5700f3985c02482bdfd03d0 Reviewed-on: http://gerrit.cloudera.org:8080/6513 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/a7bd260a Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/a7bd260a Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/a7bd260a Branch: refs/heads/master Commit: a7bd260a4cfbfa8899643c3d6004f711e19aef83 Parents: 36ead90 Author: Matthew Jacobs <[email protected]> Authored: Wed Mar 29 16:52:56 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Thu Mar 30 19:10:11 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/a7bd260a/bin/impala-config.sh ---------------------------------------------------------------------- diff --git a/bin/impala-config.sh b/bin/impala-config.sh index 36db222..3ee12ad 100755 --- a/bin/impala-config.sh +++ b/bin/impala-config.sh @@ -72,14 +72,14 @@ 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=371-4cf61fa2f3 +export IMPALA_TOOLCHAIN_BUILD_ID=374-72f1e9bb85 # 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=88e5b2c8806bac3f2c80d2fe80094be5bd371601 +export IMPALA_BREAKPAD_VERSION=88e5b2c8806bac3f2c80d2fe80094be5bd371601-p2 export IMPALA_BZIP2_VERSION=1.0.6-p2 export IMPALA_CMAKE_VERSION=3.2.3-p1 export IMPALA_CRCUTIL_VERSION=440ba7babeff77ffad992df3a10c767f184e946e
