Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
Disable audit CI
Browse files Browse the repository at this point in the history
Signed-off-by: Ry Jones <[email protected]>
  • Loading branch information
ryjones authored Apr 24, 2023
1 parent caa36e9 commit 5eeaf53
Showing 1 changed file with 4 additions and 60 deletions.
64 changes: 4 additions & 60 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 5eeaf53

Please sign in to comment.