From 1616520cfc34bdf2a78e377621473d3232613a86 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Fri, 18 Oct 2024 11:51:59 +0200 Subject: [PATCH 1/2] ci: freeze FreeBSD on rustc 1.81 Signed-off-by: Alice Ryhl --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index a7ce0d9d456..12369fffa99 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -3,7 +3,7 @@ auto_cancellation: $CIRRUS_BRANCH != 'master' && $CIRRUS_BRANCH !=~ 'tokio-.*' freebsd_instance: image_family: freebsd-14-1 env: - RUST_STABLE: stable + RUST_STABLE: 1.81 RUST_NIGHTLY: nightly-2024-05-05 RUSTFLAGS: -D warnings From 1cdcc04eb7bcb0d3af133e94de9f2de60dd72764 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Fri, 18 Oct 2024 12:48:04 +0200 Subject: [PATCH 2/2] fix wasm32-unknown-unknown too --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30cfa9e7ac2..548d53e3321 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -952,10 +952,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Install Rust ${{ env.rust_stable }} + - name: Install Rust 1.81 uses: dtolnay/rust-toolchain@stable with: - toolchain: ${{ env.rust_stable }} + toolchain: 1.81 - name: Install wasm-pack uses: taiki-e/install-action@wasm-pack