Skip to content

Commit

Permalink
Drop SoftHSM from the matrix for now
Browse files Browse the repository at this point in the history
We build on Mac OS X just to ensure the code builds, however we do not
absolutely need to run multiple tests, as functionality with the various
tokens is already tested in the rest of the CI

Given lately MAc OS X 14 + SoftHSM always times out, disable it from the
matrix for now.

Note that the rest of the conditionals are intentionally preserved, so
that we can simply re-add sofhtsm to the matrix should we want to.

Signed-off-by: Simo Sorce <[email protected]>
  • Loading branch information
simo5 committed Feb 10, 2025
1 parent 8cb0f0e commit b6ed760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-14]
token: [softokn, softhsm]
token: [softokn]
steps:
- name: Install Dependencies
run: |
Expand Down

0 comments on commit b6ed760

Please sign in to comment.