Skip to content

Commit

Permalink
ci: replace fedora latest with fedora rawhide
Browse files Browse the repository at this point in the history
and downgrade pkcs11-provider
  • Loading branch information
mimizohar committed Jun 24, 2024
1 parent 2666038 commit d235831
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
CC: clang
TSS: tpm2-tss

- container: "fedora:latest"
- container: "fedora:rawhide"
env:
CC: clang
TSS: ibmtss
Expand Down
1 change: 1 addition & 0 deletions ci/fedora.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ if [ -f /etc/centos-release ]; then
fi
yum -y install softhsm || true
yum -y install softhsm pkcs11-provider || true
yum -y downgrade softhsm || true

# haveged is available via EPEL on CentOS stream8.
yum -y install haveged || true
Expand Down

0 comments on commit d235831

Please sign in to comment.