Skip to content

Commit

Permalink
ci: downgrade to QEMU 7.2 for cross-compile builds (#6361) (#6363)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcgleenon committed Feb 23, 2024
1 parent 94db07b commit a209604
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@ jobs:
- uses: taiki-e/setup-cross-toolchain-action@v1
with:
target: ${{ matrix.target }}
qemu: '7.2'

- uses: Swatinem/rust-cache@v2
- name: Tests run with all features (including parking_lot)
Expand Down Expand Up @@ -576,6 +577,7 @@ jobs:
- uses: taiki-e/setup-cross-toolchain-action@v1
with:
target: ${{ matrix.target }}
qemu: '7.2'

- name: Remove `parking_lot` from `full` feature
run: sed -i '0,/parking_lot/{/parking_lot/d;}' tokio/Cargo.toml
Expand Down Expand Up @@ -612,6 +614,7 @@ jobs:
- uses: taiki-e/setup-cross-toolchain-action@v1
with:
target: i686-unknown-linux-gnu
qemu: '7.2'

- uses: Swatinem/rust-cache@v2
- name: test tokio --all-features
Expand Down

0 comments on commit a209604

Please sign in to comment.