grpc/grpc-java

Support for ppc64le

オープン

#7,974 opened on 2021/03/16

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)Java (3,742 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (11,124 個のスター)
PR merge metrics
 (平均マージ 23d 22h) (30d で 43 merged PRs)

説明

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

コントリビューターガイド