Skip to content

Commit

Permalink
Disable semver checks temporarily.
Browse files Browse the repository at this point in the history
The check is broken due to `arbitrary` crate update (rust-fuzz/arbitrary#203).
  • Loading branch information
dmkozh committed Nov 5, 2024
1 parent bd0c80a commit 9bacf65
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,19 @@ jobs:
- uses: actions/checkout@v3
- uses: stellar/actions/rust-check-git-rev-deps@main

semver-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rustup update
- uses: stellar/binaries@v29
with:
name: cargo-semver-checks
version: 0.35.0
- run: cargo semver-checks --exclude soroban-simulation
# This check is currently broken due to incompatible `arbitrary` crate
# update (https://github.com/rust-fuzz/arbitrary/issues/203).
# TODO: re-enable this as soon as the check has been fixed.
# semver-checks:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - run: rustup update
# - uses: stellar/binaries@v29
# with:
# name: cargo-semver-checks
# version: 0.35.0
# - run: cargo semver-checks --exclude soroban-simulation

build-and-test:
strategy:
Expand Down

0 comments on commit 9bacf65

Please sign in to comment.