Qiskit / rustworkx

A high performance Python graph library implemented in Rust.
https://www.rustworkx.org
Apache License 2.0
1.03k stars 145 forks source link

Add missing musl skip for ppc64le builds #1109

Closed mtreinish closed 6 months ago

mtreinish commented 6 months ago

This commit fixes an issue in the ppc64le wheel builds. One of the two ppc64le wheel build jobs was incorrectly attempting to build wheels for musl environments which isn't a supported platform and the jobs failed to configure. This commit just adds the missing skip for those environments to the job configuration to fix this issue.

coveralls commented 6 months ago

Pull Request Test Coverage Report for Build 8005147455

Details


Files with Coverage Reduction New Missed Lines %
src/shortest_path/all_pairs_bellman_ford.rs 6 95.53%
<!-- Total: 6 -->
Totals Coverage Status
Change from base Build 8004684491: -0.03%
Covered Lines: 16815
Relevant Lines: 17428

💛 - Coveralls