Skip to content

Commit aeed3bd

Browse files
chore[ci]: disable semver check until it has a lock filie (#6451)
## Does this PR closes an open issue or discussion? <!-- This helps us keep track of fixed issues and changes. --> - Closes #. ## What changes are included in this PR? <!-- What changes are included here, if an issue or discussion are attached, there's no need to duplicate the details. --> ## What is the rationale for this change? <!-- Why do you propose this change, and why did you choose this approach. This helps reviewers and other readers understand changes, creates a shared understanding of the issue and codebase, and improves their ability to work with this change and offer better suggestions. --> ## How is this change tested? <!-- Changes should be tested, we expect changes to fit in one of the following categories: 1. Verifying existing behavior is maintained. 2. For serialization related changes - Compatibility should be maintained or explicitly broken. 3. For new behavior and functionality, this helps us maintaining that desired behavior in the future. --> ## Are there any user-facing changes? <!-- Does the change affect users in what of the following ways: 1. Breaks public APIs in some way. 2. Changes the underlying behavior of one of the integrations. 3. Should some documentation be changed to reflect this change? In the case some public API is changed in a breaking way, make sure to add the appropriate label. --> Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
1 parent 6e1e9d5 commit aeed3bd

File tree

1 file changed

+0
-39
lines changed

1 file changed

+0
-39
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -323,45 +323,6 @@ jobs:
323323
run: |
324324
cargo hack --no-dev-deps --ignore-private clippy --no-default-features -- -D warnings
325325
326-
327-
rust-semver:
328-
name: "Rust (semver checks)"
329-
timeout-minutes: 120
330-
if: github.ref != 'refs/heads/develop'
331-
runs-on:
332-
- runs-on=${{ github.run_id }}
333-
- family=m7i+m7i-flex+m7a
334-
- cpu=16
335-
- image=ubuntu24-full-x64
336-
- extras=s3-cache
337-
- tag=rust-semver
338-
steps:
339-
- uses: runs-on/action@v2
340-
with:
341-
sccache: s3
342-
- uses: actions/checkout@v6
343-
with:
344-
fetch-depth: 0
345-
fetch-tags: true
346-
- uses: ./.github/actions/setup-rust
347-
with:
348-
repo-token: ${{ secrets.GITHUB_TOKEN }}
349-
# We have to set the correct Cargo.toml versions so semver checks uses the previous release.
350-
- name: Latest Tag
351-
id: latest-tag
352-
run: |
353-
LATEST_TAG=$(git describe --tags --abbrev=0)
354-
echo "tag=$LATEST_TAG" >> $GITHUB_OUTPUT
355-
- name: Cargo Set Version
356-
run: |
357-
cargo install cargo-edit
358-
cargo set-version --workspace ${{ steps.latest-tag.outputs.tag }}
359-
360-
- name: Check semver
361-
uses: obi1kenobi/cargo-semver-checks-action@v2
362-
with:
363-
exclude: vortex-cuda
364-
365326
rust-coverage:
366327
name: "Rust tests (coverage) (${{ matrix.suite }})"
367328
timeout-minutes: 120

0 commit comments

Comments
 (0)