You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@impala.apache.org by "Laszlo Gaal (Code Review)" <ge...@cloudera.org> on 2019/12/28 12:23:39 UTC

[Impala-ASF-CR] Don't build with shared objects in bootstrap build.sh

Hello Impala Public Jenkins, Jim Apple, 

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/12910

to look at the new patch set (#2).

Change subject: Don't build with shared objects in bootstrap_build.sh
......................................................................

Don't build with shared objects in bootstrap_build.sh

Building with shared objects is not supported currently because of various
problems. All tested configurations of Impala are built with the supporting
libraries being linked statically.

The patch removes the '-so' flag from bootstrap_build.sh to make
the compile-only check work the same way as the regular builds.

Change-Id: Id89a19c6fc29b7ac21e5d6174d490ddc8a6f9c0b
---
M bin/bootstrap_build.sh
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/10/12910/2
-- 
To view, visit http://gerrit.cloudera.org:8080/12910
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Id89a19c6fc29b7ac21e5d6174d490ddc8a6f9c0b
Gerrit-Change-Number: 12910
Gerrit-PatchSet: 2
Gerrit-Owner: Laszlo Gaal <la...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <im...@cloudera.com>
Gerrit-Reviewer: Jim Apple <jb...@apache.org>