You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by gu...@apache.org on 2022/12/22 10:43:35 UTC

[bigtop] branch branch-3.2 updated: BIGTOP-3894: Failed to build Alluxio on ppcle64 Centos-7

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

guyuqi pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new ccec554f3 BIGTOP-3894: Failed to build Alluxio on ppcle64 Centos-7
ccec554f3 is described below

commit ccec554f39dbba962a4eec725bb4199b66809523
Author: Yuqi Gu <gu...@apache.org>
AuthorDate: Thu Dec 22 18:39:39 2022 +0800

    BIGTOP-3894: Failed to build Alluxio on ppcle64 Centos-7
    
    (cherry picked from commit 2d496cdf2d78a933e8924e0ab79c7c8f2b29483a)
---
 bigtop-packages/src/common/alluxio/do-component-build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bigtop-packages/src/common/alluxio/do-component-build b/bigtop-packages/src/common/alluxio/do-component-build
index 2d48cf0dc..111b7fe71 100644
--- a/bigtop-packages/src/common/alluxio/do-component-build
+++ b/bigtop-packages/src/common/alluxio/do-component-build
@@ -26,6 +26,7 @@ if [ $HOSTTYPE = "powerpc64le" ] ; then
   # BIGTOP-3894
   # protobuf-3.19.2/3.17.3 doesn't offically support ppc64le;
   # Skip protoc backwards compatibility check here.
+  sed -i 's/3.19.2/3.17.3/g' pom.xml
   sed -i -e :a -e '$!N;s/.*\n\(.*salesforce\)/\1/;ta' -e 'P;D' pom.xml
   sed -i '/com.salesforce.servicelibs/,+3d' pom.xml
   sed -i '/Proto lock for preventing/,+14d' core/transport/pom.xml