forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 258
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Retire stable-rust clippy for still buggy redundant_clone (#1661)
* Retire stable-rust clippy for buggy redundant_clone * Remove unused scripts/cargo-clippy-stable.sh * Remove clippy-stable from .mergify.yml
- Loading branch information
Showing
7 changed files
with
4 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,29 +26,6 @@ env: | |
RUSTC_WRAPPER: "sccache" | ||
|
||
jobs: | ||
clippy-stable: | ||
strategy: | ||
matrix: | ||
os: | ||
- macos-latest | ||
- windows-latest | ||
runs-on: ${{ matrix.os }} | ||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: mozilla-actions/[email protected] | ||
with: | ||
version: "v0.8.1" | ||
|
||
- shell: bash | ||
run: .github/scripts/cargo-clippy-before-script.sh ${{ runner.os }} | ||
|
||
- shell: bash | ||
run: | | ||
source ci/rust-version.sh stable | ||
rustup component add clippy --toolchain "$rust_stable" | ||
scripts/cargo-clippy-stable.sh | ||
clippy-nightly: | ||
strategy: | ||
matrix: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters