From 5eeaf53d2a024b81e7060a8657ba657e40112634 Mon Sep 17 00:00:00 2001 From: Ry Jones Date: Mon, 24 Apr 2023 16:46:50 -0700 Subject: [PATCH] Disable audit CI Signed-off-by: Ry Jones --- .github/workflows/rust.yml | 64 +++----------------------------------- 1 file changed, 4 insertions(+), 60 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index dd836bef..d2e2eed5 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -53,63 +53,7 @@ jobs: run: cargo test --release if: always() - - name: Audit - working-directory: ${{ matrix.workdir }} - run: cargo audit - if: always() - -# disabled in AZP -# -# Portable: -# -# runs-on: ubuntu-latest -# -# steps: -# - uses: actions/checkout@v2 -# - name: Portable -# run: cargo build --manifest-path=libzmix/Cargo.toml --no-default-features --features=portable -# -# secp256k1: -# -# runs-on: ubuntu-latest -# -# steps: -# - uses: actions/checkout@v2 -# - name: test secp256k1 -# run: cargo run --release --manifest-path=libursa/Cargo.toml --bin test_secp256k1 --features="benchmarksecp256k1" -# -# -# ed25519: -# -# runs-on: ubuntu-latest -# -# steps: -# - uses: actions/checkout@v2 -# - name: test ed25519 -# run: SODIUM_BUILD_STATIC=1 cargo run --release --manifest-path=libursa/Cargo.toml --bin test_ed25519 --features="benchmarked25519" -# -# -# WASMPACK: -# -# runs-on: ubuntu-latest -# -# steps: -# - uses: actions/checkout@v2 -# - name: WASM pack -# run: | -# wasm-pack build libursa -- --no-default-features --features=portable_wasm -# wasm-pack build libzmix/bbs -- --no-default-features --features=wasm -# -# Nightly: -# -# runs-on: ubuntu-latest -# -# steps: -# - uses: actions/checkout@v2 -# - name: Build ASM on nightly -# run: | -# curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly -# rustup toolchain install nightly -# rustup default nightly -# rustc --version -# cargo build --manifest-path=libzmix/Cargo.toml --no-default-features --features=asm +# - name: Audit +# working-directory: ${{ matrix.workdir }} +# run: cargo audit +# if: always()