Conversation
9ae4929 to
bdd2e39
Compare
|
I am not against this. But I would like for the sanitize of the TSS version to be opt-in by using environment variable or by some other means. |
okay, that sounds okay to me. |
|
Every other environment variable that has to deal with tpm2-tss is named something with TPM2_TSS_*. So something like Interesting I tried to build it with static linkage when I finished bundled. But it a bit more complicated so I left it for the future. But if it would be possible to have static linkage on all platforms I think that would be great. |
|
--------
Jesper Brynolf ***@***.***> wrote:
Interesting I tried to build it with static linkage when I finished
bundled. But it a bit more complicated so I left it for the future. But
if it would be possible to have static linkage on all platforms I think
that would be great.
Both swtpm and libtss need a few small patches to build completely
statically.
|
bdd2e39 to
34656f7
Compare
|
I went with: $TPM2_TSS_VERSION_IGNORE_PRERELEASE |
|
Yes, put the documentation in a logical place for me it does not matter if that is README or BUILD. |
34656f7 to
a47c19c
Compare
a47c19c to
b9b4a27
Compare
b9b4a27 to
c9aa525
Compare
|
@ionut-arm can you review? |
FWIW I still see formatting and DCO issues. You can fix them via |
c9aa525 to
ce28a1d
Compare
|
Hi @mcr, it seems only the DCO check fails which you can correct by with It's almost merged~! 🤏 🥹 |
…t-dirty, the rest of the version still has to match Signed-off-by: Michael Richardson <mcr@sandelman.ca>
ce28a1d to
5de8141
Compare
wiktor-k
left a comment
There was a problem hiding this comment.
I'm really sorry for the next round of nits 😬
Co-authored-by: Wiktor Kwapisiewicz <wiktor@metacode.biz>
Co-authored-by: Wiktor Kwapisiewicz <wiktor@metacode.biz>
wiktor-k
left a comment
There was a problem hiding this comment.
Looks good too 👍 did you make the adjustments in the web UI? I just toggled a thing in settings so that web UI changes add a Signed-off-by header (hopefully it will work 🙏 )
|
Well, just a tiny bit late on my side, but #620 presumably fixes the issue here while addressing the core request. |
|
Your commit was merged in #620. I updated the documentation but besides that I left everything intact. So this can now be closed. |
This replaces PR #578.
It is rebased after ther DOCS_RS changes.
Without this patch, the version number does not parse with VersionReq::parse.
(This depends upon #603, please merge that first)