Skip to content

Commit

Permalink
Merge pull request #276 from moka-rs/disable-some-cirrus-jobs
Browse files Browse the repository at this point in the history
CI: Disable some Cirrus CI jobs to avoid hitting the concurrency limit for community tasks
  • Loading branch information
tatsuya6502 authored Jun 3, 2023
2 parents ec0f8d1 + 03aa98a commit b17f54d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ linux_arm64_task:
cpu: $NUM_CPUS
matrix:
- image: rust:slim # docker's official latest rust stable version
- image: rustlang/rust:nightly-slim # nightly hosted by rustlang
- image: rust:1.65.0-slim # MSRV
## Disable jobs for nightly and the MSRV to avoid to hit the concurrency limit.
# - image: rustlang/rust:nightly-slim # nightly hosted by rustlang
# - image: rust:1.65.0-slim # MSRV
# no rust-beta image found in docker hub, won't be tested

## Disable caching as there is no Cargo.lock file in Moka repository.
Expand Down

0 comments on commit b17f54d

Please sign in to comment.