Closed diabonas closed 5 years ago
A fix for the CI failure is in #116.
Merged. Wanna rebase ?
Merging #115 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #115 +/- ##
=======================================
Coverage 67.43% 67.43%
=======================================
Files 9 9
Lines 1176 1176
=======================================
Hits 793 793
Misses 383 383
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 97f18d8...b67d2dc. Read the comment docs.
Currently the linking of
libtpm2tss
relies on the fact that the upstream tpm2-tss pkg-config file explicitly requires tss2-mu. Since this is wrong and will be changed upstream, but we need access to the marshalling functions, explicitly link against tss2-mu. See https://github.com/tpm2-software/tpm2-tss/pull/1417 for a more detailed discussion.