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:
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -129,7 +129,6 @@ jobs:
|
|||||||
- run: rustup install 1.43.0
|
- run: rustup install 1.43.0
|
||||||
- run: cargo +1.43.0 check -p cranelift-codegen
|
- 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-wasm
|
||||||
- run: cargo +1.43.0 check -p cranelift-tools
|
|
||||||
|
|
||||||
|
|
||||||
fuzz_targets:
|
fuzz_targets:
|
||||||
|
|||||||
Reference in New Issue
Block a user