Laszlo Gaal has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/21133 )
Change subject: IMPALA-12886: Bump GoogleTest version to 1.14.0 ...................................................................... IMPALA-12886: Bump GoogleTest version to 1.14.0 This is to unblock clang-tidy runs on ARM. The current version of gtest seems to suffer from a heap corruption problem that causes unpredictable segfaults in unified-be-tests. Upgrading to GoogleTest 1.14.0 fixed this problem in test runs, likely because previously existing global variables have been removed from GoogleTest's code. The patch removes the GOOGLETEST_VERSION specifier from the ORC library build, as unit tests are not built for it. Change-Id: Iaa52b4809a7c969e863518b182d2df63256f4c43 Reviewed-on: http://gerrit.cloudera.org:8080/21133 Tested-by: Laszlo Gaal <[email protected]> Reviewed-by: Laszlo Gaal <[email protected]> --- M buildall.sh M source/googletest/build.sh M source/gtest/build.sh M source/orc/build.sh 4 files changed, 15 insertions(+), 12 deletions(-) Approvals: Laszlo Gaal: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/21133 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: native-toolchain Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Iaa52b4809a7c969e863518b182d2df63256f4c43 Gerrit-Change-Number: 21133 Gerrit-PatchSet: 5 Gerrit-Owner: Laszlo Gaal <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Laszlo Gaal <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
