Closed XuehaiPan closed 1 year ago
abseil-cpp
does not support ppc64le and s390x:
Foundational C++ Support Policy - CPU Architectures
We will support our code on the following CPU architectures:
- x86 (64- and 32-bit)
- AArch64
- iOS Emulator
- Android Emulator
Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:
Coverage data is based on head (
fcf3cd0
) compared to base (ec33d43
). Patch has no changes to coverable lines.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Description
Describe your changes in detail.
Add pre-build wheel for Linux aarch64 ~and ppc64le/s390x~ and Windows arm64.
Motivation and Context
Why is this change required? What problem does it solve? If it fixes an open issue, please link to the issue here. You can use the syntax
close #15213
if this solves the issue #15213Types of changes
What types of changes does your code introduce? Put an
x
in all the boxes that apply:Checklist
Go over all the following points, and put an
x
in all the boxes that apply. If you are unsure about any of these, don't hesitate to ask. We are here to help!make format
. (required)make lint
. (required)make test
pass. (required)