Skip to content

Commit

Permalink
mldsa: disable benchmarks on macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskuskiefer committed Jan 13, 2025
1 parent e49e5b1 commit 6edebe6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/mldsa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ jobs:
# Benchmarks
- name: 🔨 Build Benchmarks
# Comparison benchmarks don't work on intel mac. Re-enable if we think it's worthwhile.
if: ${{ matrix.os != 'macos-13' }}
run: |
cargo clean
cargo bench --no-run
2 changes: 1 addition & 1 deletion libcrux-ml-dsa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ hex = { version = "0.4.3", features = ["serde"] }
serde_json = { version = "1.0" }
serde = { version = "1.0", features = ["derive"] }
criterion = "0.5"
pqcrypto-mldsa = { version = "0.1.0" } #, default-features = false
pqcrypto-mldsa = { version = "0.1.0" } #, default-features = false

[features]
default = ["std", "mldsa44", "mldsa65", "mldsa87"]
Expand Down

0 comments on commit 6edebe6

Please sign in to comment.