Joe McDonnell has uploaded this change for review. ( http://gerrit.cloudera.org:8080/24015
Change subject: IMPALA-14702 (prep): Build abseil-cpp as static library ...................................................................... IMPALA-14702 (prep): Build abseil-cpp as static library Google tcmalloc has a dependency on Abseil. Abseil has many small libraries with dependencies on each other. Consuming the CMake files in lib/cmake/* makes this much easier. We currently do a static build and then a shared build, but that means that the shared build overwrites the CMake files in lib/cmake/* so that it always uses shared libraries. That makes it harder to ship it in a Docker build. This removes the shared library build so that Abseil is always a static library. Testing: - Built google tcmalloc and verified that it uses static libraries for Abseil Change-Id: Ie8f4a89ba44994b06b24b8fdef2d054a965cbd31 --- M source/abseil-cpp/build.sh 1 file changed, 0 insertions(+), 10 deletions(-) git pull ssh://gerrit.cloudera.org:29418/native-toolchain refs/changes/15/24015/1 -- To view, visit http://gerrit.cloudera.org:8080/24015 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: native-toolchain Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ie8f4a89ba44994b06b24b8fdef2d054a965cbd31 Gerrit-Change-Number: 24015 Gerrit-PatchSet: 1 Gerrit-Owner: Joe McDonnell <[email protected]>
