|
Ran
|
Jobs
1
|
Files
950
|
Run time
2min
|
Badge
README BADGES
|
push
github
Enable native wheel builds and testing on Power and Z (#15844) (#16654) * Enable native wheel builds and testing on Power and Z We have recently been granted access to IBM-hosted images for ppc64le and s390x. We should be able to not only avoid the QEMU emulation during the wheel builds now (although strictly we could already have been cross-compiling, since we moved to Rust), but also to run the test suite on the new images. * Use system Python * Try exact Python version * Fix Python version * Manually install Python * Try to trick `actions/setup-python` * Try again to fake out setup-python * Last fake-out attempt * Call cibuildwheel directly * Attempt source builds of NumPy and Scipy * Install SciPy build dependencies * Use uv to install python and skip testing * Use venv for running cibuildwheel * Simplify `uv` and `cibuildwheel` setup * Separate test-skip rules for legibility * Install `cibuildwheel` directly --------- (cherry picked from commit 3ee03cd68) Co-authored-by: Jake Lishman <jake.lishman@ibm.com> Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
112832 of 128766 relevant lines covered (87.63%)
999818.26 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 6 |
97.63 |
0.95% | crates/qasm2/src/parse.rs |
| 3 |
93.06 |
1.8% | crates/qasm2/src/lex.rs |
| 2 |
73.9 |
-0.08% | crates/circuit/src/parameter/symbol_expr.rs |
| 1 |
90.36 |
0.0% | crates/circuit/src/parameter/parameter_expression.rs |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 30107757203.1 | 950 |
87.63 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|