grpc/grpc-java

Support for ppc64le

Open

#7.974 geöffnet am 16. März 2021

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (3.742 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (11.124 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 23T 22h) (43 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide