You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cross compilation is not a something that we test for FIPS builds. But it might be possible with a little effort.
We utilize that batch script to setup the build environment properly for Ninja. I'm not sure what alternative we would have when cross compiling from Linux.
Problem:
Cross compiling from linux to
x86_64-pc-windows-gnu
target fails when "fips" feature is enabled.looks like it tries executing
vcvarsall.bat
locallyTo reproduce, use the following Cargo.toml
and run
cargo build --target x86_64-pc-windows-gnu
Relevant details
AWS-LC for Rust versions or commit: 1.9.0
System information:
The text was updated successfully, but these errors were encountered: