File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
bigtop-packages/src/common/alluxio Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ if [ $HOSTTYPE = "powerpc64le" ] ; then
26
26
# BIGTOP-3894
27
27
# protobuf-3.19.2/3.17.3 doesn't offically support ppc64le;
28
28
# Skip protoc backwards compatibility check here.
29
- sed -i ' s/3.19.2/3.17.3/g' pom.xml
30
29
sed -i -e :a -e ' $!N;s/.*\n\(.*salesforce\)/\1/;ta' -e ' P;D' pom.xml
31
30
sed -i ' /com.salesforce.servicelibs/,+3d' pom.xml
32
31
sed -i ' /Proto lock for preventing/,+14d' core/transport/pom.xml
@@ -35,6 +34,7 @@ if [ $HOSTTYPE = "powerpc64le" ] ; then
35
34
# And protoc grpc-java-1.28.0 was also built based on protobuf-3.17.3 in Bigtop toolchain.
36
35
# So manually install 3.17.3 here to workaound the GLIBC issue on Centos-7.
37
36
if [ " ${OS} " = " centos" ]; then
37
+ sed -i ' s/3.19.2/3.17.3/g' pom.xml
38
38
mvn install:install-file -DgroupId=com.google.protobuf -DartifactId=protoc -Dversion=3.17.3 \
39
39
-Dclassifier=linux-ppcle_64 -Dpackaging=exe -Dfile=/usr/local/protobuf-3.17.3/bin/protoc " $@ "
40
40
fi
You can’t perform that action at this time.
0 commit comments