From 03aa98a3fcf5b25c28678bcac14a2f57248374f3 Mon Sep 17 00:00:00 2001 From: Tatsuya Kawano Date: Sat, 3 Jun 2023 19:37:36 +0800 Subject: [PATCH] Disable some Cirrus CI jobs - To avoid to hit the concurrency limit for community tasks, disable jobs for nightly and the MSRV. --- .cirrus.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 84ccfe49..b830aa31 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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.