You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by ad...@apache.org on 2017/10/26 16:12:37 UTC

[3/4] kudu git commit: thirdparty: bump crcutil hash

thirdparty: bump crcutil hash

The new revision includes a patch that detects gcc correctly in more
circumstances. In my experience the detection (and build) would fail when
thirdparty was rebuilt by make directly, or when ccache was in use. This
should address that.

I also published the internal repo externally, something we should have done
a long time ago.

Change-Id: I60c2ad24ee6919ec1a1c7948c0ce5df468adde6b
Reviewed-on: http://gerrit.cloudera.org:8080/8390
Reviewed-by: Todd Lipcon <to...@apache.org>
Tested-by: Kudu Jenkins


Project: http://git-wip-us.apache.org/repos/asf/kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/d2be2834
Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/d2be2834
Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/d2be2834

Branch: refs/heads/master
Commit: d2be2834abccb831df63c3f978f32becbed32ee9
Parents: e03b8e4
Author: Adar Dembo <ad...@cloudera.com>
Authored: Wed Oct 25 15:41:29 2017 -0700
Committer: Adar Dembo <ad...@cloudera.com>
Committed: Thu Oct 26 16:11:56 2017 +0000

----------------------------------------------------------------------
 thirdparty/vars.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/d2be2834/thirdparty/vars.sh
----------------------------------------------------------------------
diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index 4451e8a..7fe0e0e 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -124,13 +124,13 @@ CURL_NAME=curl-$CURL_VERSION
 CURL_SOURCE=$TP_SOURCE_DIR/$CURL_NAME
 
 # Hash of the crcutil git revision to use.
-# (from http://github.mtv.cloudera.com/CDH/crcutil)
+# (from http://github.com/adembo/crcutil)
 #
 # To re-build this tarball use the following in the crcutil repo:
 #  export NAME=crcutil-$(git rev-parse HEAD)
 #  git archive HEAD --prefix=$NAME/ -o /tmp/$NAME.tar.gz
 #  s3cmd put -P /tmp/$NAME.tar.gz s3://cloudera-thirdparty-libs/$NAME.tar.gz
-CRCUTIL_VERSION=440ba7babeff77ffad992df3a10c767f184e946e
+CRCUTIL_VERSION=42148a6df6986a257ab21c80f8eca2e54544ac4d
 CRCUTIL_NAME=crcutil-$CRCUTIL_VERSION
 CRCUTIL_SOURCE=$TP_SOURCE_DIR/$CRCUTIL_NAME