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:40:37 UTC

[bigtop] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


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

commit 2d496cdf2d78a933e8924e0ab79c7c8f2b29483a
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
---
 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