From f0f099a5ff608cd87cf988ceb46c94c471e2dc50 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Wed, 5 Jul 2023 14:07:19 -0700 Subject: Disable clippy on Cirrus for now --- .cirrus.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index d6f88fd637..c82fcd0271 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -106,4 +106,5 @@ yjit_task: make_test_script: make test RUN_OPTS="--yjit-call-threshold=1 --yjit-verify-ctx" make_test_all_script: make test-all RUN_OPTS="--yjit-call-threshold=1 --yjit-verify-ctx" TESTOPTS="$RUBY_TESTOPTS" make_test_spec_script: make test-spec RUN_OPTS="--yjit-call-threshold=1 --yjit-verify-ctx" - clippy_script: cd yjit && rustup component add clippy && cargo clippy --all-targets --all-features + # Cirrus Rust environments don't have enough permission to run `rustup component add clippy`. + # clippy_script: cd yjit && rustup component add clippy && cargo clippy --all-targets --all-features -- cgit v1.2.3