This is an automated email from the ASF dual-hosted git repository.

alexey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git


The following commit(s) were added to refs/heads/master by this push:
     new f53e730  [thirdparty] fix building crcutil with GCC 10
f53e730 is described below

commit f53e730686685a807f303ef03d721f55041b2b55
Author: Alexey Serbin <[email protected]>
AuthorDate: Tue Jun 22 16:33:21 2021 -0700

    [thirdparty] fix building crcutil with GCC 10
    
    This patch updates the version of crcutil used in Kudu's thirdparty.
    With this patch, it's now possible to build crcutil with GCC 10.  Prior
    to this patch, version comparision didn't work properly for two-digits
    versions, so -msse2 and -mcrc32 flags would not be added when building
    with GCC 10.
    
    Change-Id: Ibaba794ce00eb64a29e8038a8a2f4883f35c975a
    Reviewed-on: http://gerrit.cloudera.org:8080/17626
    Reviewed-by: Andrew Wong <[email protected]>
    Tested-by: Alexey Serbin <[email protected]>
---
 thirdparty/vars.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index 5d02ef5..d8b0f56 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -133,7 +133,7 @@ CURL_SOURCE=$TP_SOURCE_DIR/$CURL_NAME
 #  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=81f8a60f67190ff1e0c9f2f6e5a07f650671a646
+CRCUTIL_VERSION=2903870057d2f1f109b245650be29e856dc8b646
 CRCUTIL_NAME=crcutil-$CRCUTIL_VERSION
 CRCUTIL_SOURCE=$TP_SOURCE_DIR/$CRCUTIL_NAME
 

Reply via email to