Michael Smith has uploaded this change for review. (
http://gerrit.cloudera.org:8080/20267
Change subject: [tools] Simplify local toolchain development
......................................................................
[tools] Simplify local toolchain development
Overrides IMPALA_TOOLCHAIN_PACKAGES_HOME and sets
SKIP_TOOLCHAIN_BOOTSTRAP=true if toolchain-local exists to simplify
building against a local toolchain. Also skips downloading Kudu if
SKIP_TOOLCHAIN_BOOTSTRAP is true as Kudu is built from native-toolchain.
Test a local native-toolchain build with
mkdir toolchain/toolchain-local
source bin/impala-config.sh
ln -s ~/native-toolchain/build/* $IMPALA_TOOLCHAIN_PACKAGES_HOME
./buildall.sh ...
Change-Id: I3a9e51b7f54c738d8cc01b32428ac88a344de376
---
M bin/bootstrap_toolchain.py
M bin/impala-config.sh
2 files changed, 10 insertions(+), 3 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/67/20267/1
--
To view, visit http://gerrit.cloudera.org:8080/20267
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3a9e51b7f54c738d8cc01b32428ac88a344de376
Gerrit-Change-Number: 20267
Gerrit-PatchSet: 1
Gerrit-Owner: Michael Smith <[email protected]>