You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@impala.apache.org by "Matthew Jacobs (Code Review)" <ge...@cloudera.org> on 2017/02/15 18:15:45 UTC

[Toolchain-CR] Add a script to build Kudu using existing toolchain artifacts

Matthew Jacobs has uploaded a new change for review.

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

Change subject: Add a script to build Kudu using existing toolchain artifacts
......................................................................

Add a script to build Kudu using existing toolchain artifacts

Adds 'build-kudu-single.sh' to allow building Kudu with
pre-existing toolchain artifacts. This is necessary because
new Kudu builds are needed much more frequently than other
toolchain components.

The script works by downloading the existing packages needed
for the Kudu build from a specified toolchain stored in s3.
The packages are extracted to the toolchain build directory,
and the toolchain is set up to perform just the Kudu build.

Refactors init.sh to separate out environment settings and
compiler/tooling related bootstrapping and configuration.

Testing:
Set up a jenkins job to run this; completed successfully on
all supported platforms.

Change-Id: I237580e1545033467a92285ca8bb8db1cf8c804e
---
A build-kudu-single.sh
M build.sh
M buildall.sh
M functions.sh
A init-compiler.sh
M init.sh
M source/autoconf/build.sh
M source/automake/build.sh
M source/gcc/build.sh
M source/libtool/build.sh
10 files changed, 261 insertions(+), 122 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Toolchain refs/changes/14/6014/1
-- 
To view, visit http://gerrit.cloudera.org:8080/6014
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I237580e1545033467a92285ca8bb8db1cf8c804e
Gerrit-PatchSet: 1
Gerrit-Project: Toolchain
Gerrit-Branch: master
Gerrit-Owner: Matthew Jacobs <mj...@cloudera.com>

[Toolchain-CR] Add a script to build Kudu using existing toolchain artifacts

Posted by "Henry Robinson (Code Review)" <ge...@cloudera.org>.
Henry Robinson has posted comments on this change.

Change subject: Add a script to build Kudu using existing toolchain artifacts
......................................................................


Patch Set 1:

Matt - could you move this to the native-toolchain project please?

-- 
To view, visit http://gerrit.cloudera.org:8080/6014
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I237580e1545033467a92285ca8bb8db1cf8c804e
Gerrit-PatchSet: 1
Gerrit-Project: Toolchain
Gerrit-Branch: master
Gerrit-Owner: Matthew Jacobs <mj...@cloudera.com>
Gerrit-Reviewer: Henry Robinson <he...@cloudera.com>
Gerrit-HasComments: No

[Toolchain-CR] Add a script to build Kudu using existing toolchain artifacts

Posted by "Matthew Jacobs (Code Review)" <ge...@cloudera.org>.
Matthew Jacobs has abandoned this change.

Change subject: Add a script to build Kudu using existing toolchain artifacts
......................................................................


Abandoned

moving to the new project

-- 
To view, visit http://gerrit.cloudera.org:8080/6014
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: abandon
Gerrit-Change-Id: I237580e1545033467a92285ca8bb8db1cf8c804e
Gerrit-PatchSet: 1
Gerrit-Project: Toolchain
Gerrit-Branch: master
Gerrit-Owner: Matthew Jacobs <mj...@cloudera.com>
Gerrit-Reviewer: Henry Robinson <he...@cloudera.com>