grpc/grpc-java

Support for ppc64le

開放

#7,974 建立於 2021年3月16日

 (4 則留言) (0 個反應) (0 位負責人)Java (3,742 個分叉)batch import
enhancementhelp wanted

倉庫指標

星標
 (11,124 顆星)
PR 合併指標
 (平均合併 23天 22小時) (30 天內合併 43 個 PR)

描述

Is your feature request related to a problem? yes

When we try to build the project on ppc64le platform, we get errors.

Describe the solution you'd like

We get error saying "platform not supported". "architecture not supported" etc.. I think we need to modify compiler/check-artifact.sh to include support for ppc64le also. Similarly one of the test files testing/src/main/java/io/grpc/internal/testing/TestUtils.java also doing arch specific checks. I think that also needs modification

Describe alternatives you've considered

None

Additional context

While trying to build and test the project IBM's power linux(ppc64le) I got into these issues

貢獻者指南