Skip to content

Commit

Permalink
Disable clippy on Cirrus for now
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Jul 5, 2023
1 parent 7c9ce38 commit f0f099a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cirrus.yml
Expand Up @@ -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

0 comments on commit f0f099a

Please sign in to comment.