-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add TPM provider cross-compilation #403
Conversation
44175bc
to
4203171
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty good, thank you! Small nits but I am ok as it is!
4203171
to
fcbaa9b
Compare
Note: cross-compilation build seems to run ok, but I'm still waiting for parallaxsecond/rust-tss-esapi#226 to make it succeed. |
f9e7b81
to
450a60c
Compare
450a60c
to
59824b9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!!
This commit adds cross-compilation for the TPM provider and moves all the cross-compilation into a dedicated Docker container. Signed-off-by: Ionut Mihalcea <[email protected]>
Signed-off-by: Ionut Mihalcea <[email protected]>
6152170
to
3338999
Compare
This commit adds cross-compilation for the TPM provider and moves all
the cross-compilation into a dedicated Docker container.
The image needed for cross-compilation hasn't been published yet, waiting for a brief review first.
Fixes #382