Skip to content

Commit

Permalink
blake2: disable simd build
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Jan 2, 2024
1 parent bd84553 commit 7073367
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/blake2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,18 @@ jobs:
working-directory: ${{ github.workflow }}
stable-cmd: cargo hack test --release --feature-powerset --exclude-features simd,simd_opt,simd_asm

simd:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: RustCrypto/actions/cargo-cache@master
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2021-05-01
- run: cargo test --features simd
- run: cargo test --features simd_opt
- run: cargo test --features simd_asm
# No longer builds on recent nightlies
# simd:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: RustCrypto/actions/cargo-cache@master
# - uses: dtolnay/rust-toolchain@master
# with:
# toolchain: nightly-2021-05-01
# - run: cargo test --features simd
# - run: cargo test --features simd_opt
# - run: cargo test --features simd_asm

# Cross-compiled tests
cross:
Expand Down

0 comments on commit 7073367

Please sign in to comment.