We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c9ce38 commit f0f099aCopy full SHA for f0f099a
.cirrus.yml
@@ -106,4 +106,5 @@ yjit_task:
106
make_test_script: make test RUN_OPTS="--yjit-call-threshold=1 --yjit-verify-ctx"
107
make_test_all_script: make test-all RUN_OPTS="--yjit-call-threshold=1 --yjit-verify-ctx" TESTOPTS="$RUBY_TESTOPTS"
108
make_test_spec_script: make test-spec RUN_OPTS="--yjit-call-threshold=1 --yjit-verify-ctx"
109
- 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`.
110
+ # clippy_script: cd yjit && rustup component add clippy && cargo clippy --all-targets --all-features
0 commit comments