File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ At the moment we test (via CI) and support the following Rust compiler versions:
10
10
* On Ubuntu we test with:
11
11
- The latest stable compiler version, as accessible through ` rustup ` .
12
12
- 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.
14
14
15
15
If you need support for other versions of the compiler, get in touch with us to see what we can do!
16
16
Original file line number Diff line number Diff line change 1
- FROM fedora:33
1
+ FROM fedora:35
2
2
3
3
RUN dnf install -y \
4
4
tpm2-tss-devel tpm2-abrmd tpm2-tools \
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ swtpm_setup --tpm2 \
18
18
--tpmstate /tmp/tpmdir \
19
19
--createek --decryption --create-ek-cert \
20
20
--create-platform-cert \
21
+ --pcr-banks sha1,sha256 \
21
22
--display
22
23
swtpm socket --tpm2 \
23
24
--tpmstate dir=/tmp/tpmdir \
You can’t perform that action at this time.
0 commit comments