Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 0 additions & 35 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,41 +301,6 @@ jobs:
if: ${{ github.ref_name == 'develop' && steps.setup-rust.outputs.deps-cache-hit != 'true' }}
run: cargo sweep --file

rust-lint-no-default:
name: "Rust (lint, no default, ${{ matrix.partition }}/2)"
timeout-minutes: 120
strategy:
fail-fast: false
matrix:
partition: [1, 2]
runs-on:
- runs-on=${{ github.run_id }}
- family=m7i+m7i-flex+m7a
- cpu=16
- image=ubuntu24-full-x64
- extras=s3-cache
- tag=rust-lint-no-default-${{ matrix.partition }}
steps:
- uses: runs-on/action@v2
with:
sccache: s3
- uses: actions/checkout@v6
- id: setup-rust
uses: ./.github/actions/setup-rust
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
timestamp: "true"
- name: Install cargo-hack
uses: taiki-e/install-action@cargo-hack
- name: Rust Lint - Clippy No Default Features
shell: bash
run: |
# https://spiraldb.slack.com/archives/C07BV3GKAJ2/p1732736281946729
cargo hack clippy --no-default-features --partition ${{ matrix.partition }}/2 -- -D warnings
- name: Prune cache
if: ${{ github.ref_name == 'develop' && steps.setup-rust.outputs.deps-cache-hit != 'true' }}
run: cargo sweep --file

rust-semver:
name: "Rust (semver checks)"
timeout-minutes: 120
Expand Down
Loading