Skip to content

Commit 6444109

Browse files
authored
Merge pull request #333 from puiterwijk/bump-fedora
Bump Fedora version for CI to Fedora 35
2 parents ad0cfa4 + 56bd15c commit 6444109

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ At the moment we test (via CI) and support the following Rust compiler versions:
1010
* On Ubuntu we test with:
1111
- The latest stable compiler version, as accessible through `rustup`.
1212
- The 1.53 compiler version.
13-
* On Fedora we test with the compiler version included with the Fedora 33 release.
13+
* On Fedora we test with the compiler version included with the Fedora 35 release.
1414

1515
If you need support for other versions of the compiler, get in touch with us to see what we can do!
1616

tss-esapi/tests/Dockerfile-fedora

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fedora:33
1+
FROM fedora:35
22

33
RUN dnf install -y \
44
tpm2-tss-devel tpm2-abrmd tpm2-tools \

tss-esapi/tests/all-fedora.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ swtpm_setup --tpm2 \
1818
--tpmstate /tmp/tpmdir \
1919
--createek --decryption --create-ek-cert \
2020
--create-platform-cert \
21+
--pcr-banks sha1,sha256 \
2122
--display
2223
swtpm socket --tpm2 \
2324
--tpmstate dir=/tmp/tpmdir \

0 commit comments

Comments
 (0)