From c050f279a7efd12804fd9b2f2a69fd7ea0cc22fb Mon Sep 17 00:00:00 2001 From: Brian Martin Date: Mon, 5 Aug 2024 14:24:34 -0700 Subject: [PATCH] disable cargo-audit in CI Disable cargo-audit in CI due to some issues. See #248 --- .github/workflows/cargo.yml | 32 +++++++++++++++++--------------- Cargo.lock | 18 +++++++++--------- 2 files changed, 26 insertions(+), 24 deletions(-) diff --git a/.github/workflows/cargo.yml b/.github/workflows/cargo.yml index 40fda37..ae84258 100644 --- a/.github/workflows/cargo.yml +++ b/.github/workflows/cargo.yml @@ -75,20 +75,22 @@ jobs: with: sarif_file: clippy.sarif - audit: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: Swatinem/rust-cache@v2 - with: - shared-key: check-ubuntu-latest - save-if: false - - uses: baptiste0928/cargo-install@v1 - with: - crate: cargo-audit - args: --locked - - run: | - cargo audit + # Temporarily disabled see: https://github.com/iopsystems/rpc-perf/issues/248 + + # audit: + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v3 + # - uses: Swatinem/rust-cache@v2 + # with: + # shared-key: check-ubuntu-latest + # save-if: false + # - uses: baptiste0928/cargo-install@v1 + # with: + # crate: cargo-audit + # args: --locked + # - run: | + # cargo audit rustfmt: name: rustfmt @@ -186,7 +188,7 @@ jobs: - rustfmt - clippy - clippy-upload - - audit + # - audit - smoketest-cache steps: diff --git a/Cargo.lock b/Cargo.lock index cfedc4b..e9bce0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -696,7 +696,7 @@ dependencies = [ [[package]] name = "common" version = "0.3.2" -source = "git+https://github.com/pelikan-io/pelikan#fdab344fb7e5abd2bc0929891241fd29b584bd32" +source = "git+https://github.com/pelikan-io/pelikan#223bdb54eac77dc29388f2ef50671efac4641f0a" dependencies = [ "clocksource", "metriken", @@ -717,7 +717,7 @@ dependencies = [ [[package]] name = "config" version = "0.3.2" -source = "git+https://github.com/pelikan-io/pelikan#fdab344fb7e5abd2bc0929891241fd29b584bd32" +source = "git+https://github.com/pelikan-io/pelikan#223bdb54eac77dc29388f2ef50671efac4641f0a" dependencies = [ "common", "log", @@ -1609,7 +1609,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "logger" version = "0.3.2" -source = "git+https://github.com/pelikan-io/pelikan#fdab344fb7e5abd2bc0929891241fd29b584bd32" +source = "git+https://github.com/pelikan-io/pelikan#223bdb54eac77dc29388f2ef50671efac4641f0a" dependencies = [ "common", "config", @@ -2075,7 +2075,7 @@ dependencies = [ [[package]] name = "pelikan-net" version = "0.4.1" -source = "git+https://github.com/pelikan-io/pelikan#fdab344fb7e5abd2bc0929891241fd29b584bd32" +source = "git+https://github.com/pelikan-io/pelikan#223bdb54eac77dc29388f2ef50671efac4641f0a" dependencies = [ "foreign-types-shared 0.1.1", "foreign-types-shared 0.3.1", @@ -2238,7 +2238,7 @@ dependencies = [ [[package]] name = "protocol-common" version = "0.3.2" -source = "git+https://github.com/pelikan-io/pelikan#fdab344fb7e5abd2bc0929891241fd29b584bd32" +source = "git+https://github.com/pelikan-io/pelikan#223bdb54eac77dc29388f2ef50671efac4641f0a" dependencies = [ "bytes", "common", @@ -2250,7 +2250,7 @@ dependencies = [ [[package]] name = "protocol-memcache" version = "0.3.2" -source = "git+https://github.com/pelikan-io/pelikan#fdab344fb7e5abd2bc0929891241fd29b584bd32" +source = "git+https://github.com/pelikan-io/pelikan#223bdb54eac77dc29388f2ef50671efac4641f0a" dependencies = [ "clocksource", "common", @@ -2263,7 +2263,7 @@ dependencies = [ [[package]] name = "protocol-ping" version = "0.3.2" -source = "git+https://github.com/pelikan-io/pelikan#fdab344fb7e5abd2bc0929891241fd29b584bd32" +source = "git+https://github.com/pelikan-io/pelikan#223bdb54eac77dc29388f2ef50671efac4641f0a" dependencies = [ "common", "config", @@ -2745,7 +2745,7 @@ dependencies = [ [[package]] name = "session" version = "0.3.2" -source = "git+https://github.com/pelikan-io/pelikan#fdab344fb7e5abd2bc0929891241fd29b584bd32" +source = "git+https://github.com/pelikan-io/pelikan#223bdb54eac77dc29388f2ef50671efac4641f0a" dependencies = [ "bytes", "clocksource", @@ -2861,7 +2861,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "storage-types" version = "0.3.2" -source = "git+https://github.com/pelikan-io/pelikan#fdab344fb7e5abd2bc0929891241fd29b584bd32" +source = "git+https://github.com/pelikan-io/pelikan#223bdb54eac77dc29388f2ef50671efac4641f0a" [[package]] name = "strsim"