Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into drop-instruction-dead…
Browse files Browse the repository at this point in the history
…-weight
  • Loading branch information
mtreinish committed Jan 23, 2025
2 parents df717cd + e9ccd3f commit d6c1851
Show file tree
Hide file tree
Showing 86 changed files with 1,976 additions and 1,586 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/wheels-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,20 +173,14 @@ jobs:
wheels-linux-aarch64:
name: "Wheels / Linux AArch64"
if: (inputs.wheels-linux-aarch64 == 'default' && inputs.default-action || inputs.wheels-linux-aarch64) == 'build'
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ inputs.python-version }}
- uses: dtolnay/rust-toolchain@stable
- uses: docker/setup-qemu-action@v3
with:
platforms: all
- uses: pypa/[email protected]
env:
CIBW_ARCHS_LINUX: aarch64
CIBW_TEST_COMMAND: cp -r {project}/test . && QISKIT_PARALLEL=FALSE stestr --test-path test/python run --abbreviate -n test.python.compiler.test_transpiler
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl
Expand Down
Loading

0 comments on commit d6c1851

Please sign in to comment.