parallaxsecond / rust-tss-esapi

TSS 2.0 Enhanced System API (ESAPI) Rust wrapper
https://docs.rs/tss-esapi/
Apache License 2.0
85 stars 51 forks source link

WIP: Add windows CI #524

Open wiktor-k opened 3 months ago

wiktor-k commented 3 months ago

This is just an experiment to see how far can we go with building the crate on Windows using code from #523.

I'll try to push it as far as possible and when we're done we can merge that back to the target PR.

wiktor-k commented 3 months ago

Okay, I guess that's it for today. The build complains about missing v141_clang_c2 toolset and I can't find an easy way to install it.

I've made the following adjustments, that should be resolved:

Well... that's it for today... see you later~ :wave:

uglyoldbob commented 3 months ago

I think the v141_clang_c2 toolset might only exist in visual studio 2017.