From 0cf9b2d5e6b0f046e1f7ddb9e24e24e5e01f7c7c Mon Sep 17 00:00:00 2001 From: Benjamin Bouvier Date: Thu, 2 Sep 2021 16:06:02 +0200 Subject: [PATCH] Remove cargo check for old rustc versions Firefox has updated its toolchain to something much more recent. --- .github/workflows/main.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fe1957cdd4..e4df8a470a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -166,12 +166,6 @@ jobs: - run: cargo check --target wasm32-unknown-emscripten -p wasi-common - run: cargo check --target armv7-unknown-linux-gnueabihf -p wasi-common - # Check that codegen and wasm crates typecheck on 1.43.0; this is required - # for Firefox. - - run: rustup install 1.43.0 - - run: cargo +1.43.0 check -p cranelift-codegen - - run: cargo +1.43.0 check -p cranelift-wasm - fuzz_targets: name: Fuzz Targets runs-on: ubuntu-latest