CI: Don't enforce builds work with rustc 1.43.0 for clif-util

`clif-util` doesn't get used in SpiderMonkey, so it doesn't need to work with
rustc 1.43.0.
This commit is contained in:
Nick Fitzgerald
2020-09-14 18:19:56 -07:00
parent ed38348b22
commit d32b2c82f8

View File

@@ -129,7 +129,6 @@ jobs:
- run: rustup install 1.43.0
- run: cargo +1.43.0 check -p cranelift-codegen
- run: cargo +1.43.0 check -p cranelift-wasm
- run: cargo +1.43.0 check -p cranelift-tools
fuzz_targets: