You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We were able to build echo-api from source and run the tests outlined successfully on IBM Power architecture (in short, ppc64le).
What is IBM Power architecture?
It is a RISC architecture and is IBM's prodigy, IBM has recently made its ISA (Instruction Set Architecture) open-source and in doing so, they have significantly contributed back to the opensource community at large. Many of the pioneers of banking and HPC industries today run on ppc64le architecture.
As an ongoing effort to enable open-source projects to which ppc64le architecture can add value, we are trying to enable this project. We have seen absolutely no deviation in build/test instructions. I plan to submit a PR to enable build/testing on ppc64le.
What would it take from us to enable ppc64le in the CI/CD pipeline?
I see CircleCI is being used for the CI pipeline of this project. As of now, this is not supported for native compilation on ppc64le. However, currently, we are enabled/certified on Travis & Jenkins and lots of open source communities have successfully used these as CI/CD for ppc64le.
The text was updated successfully, but these errors were encountered:
Hi,
We were able to build echo-api from source and run the tests outlined successfully on IBM Power architecture (in short, ppc64le).
What is IBM Power architecture?
It is a RISC architecture and is IBM's prodigy, IBM has recently made its ISA (Instruction Set Architecture) open-source and in doing so, they have significantly contributed back to the opensource community at large. Many of the pioneers of banking and HPC industries today run on ppc64le architecture.
As an ongoing effort to enable open-source projects to which ppc64le architecture can add value, we are trying to enable this project. We have seen absolutely no deviation in build/test instructions. I plan to submit a PR to enable build/testing on ppc64le.
What would it take from us to enable ppc64le in the CI/CD pipeline?
I see CircleCI is being used for the CI pipeline of this project. As of now, this is not supported for native compilation on ppc64le. However, currently, we are enabled/certified on Travis & Jenkins and lots of open source communities have successfully used these as CI/CD for ppc64le.
The text was updated successfully, but these errors were encountered: