From a2096049ee2b8e30b420ba7ecff6b81e609428b3 Mon Sep 17 00:00:00 2001 From: Patrick McGleenon Date: Fri, 23 Feb 2024 03:08:57 +0000 Subject: [PATCH] ci: downgrade to QEMU 7.2 for cross-compile builds (#6361) (#6363) --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2934b822b9..4374d99ff63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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) @@ -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 @@ -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