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 2016/03/16 21:26:09 UTC

[Toolchain-CR] Do not run cmake bootstrap in parallel to mitigate sles12 bug

Matthew Jacobs has uploaded a new change for review.

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

Change subject: Do not run cmake bootstrap in parallel to mitigate sles12 bug
......................................................................

Do not run cmake bootstrap in parallel to mitigate sles12 bug

Seems to mitigate the cmake hang on sles12:
https://cmake.org/Bug/view.php?id=15873

Tested by making the change manually to the file on a sles12
jenkins machine which was already hung. After making this
change I was able to build cmake successfully with:
$ ./build.sh cmake 3.2.3

Change-Id: I137da168d4568832c3a7aaf752d2013544155d3e
---
M source/cmake/build.sh
1 file changed, 1 insertion(+), 1 deletion(-)


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

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