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
When attempting to build a project making use of the aws-lc-rs crate, the build.rs script fails due to expecting (but not finding) the environment variable allowing it to locate the aws-lc-sys (or aws-lc-fips) library.
When attempting to build a project making use of the aws-lc-rs crate, the build.rs script fails due to expecting (but not finding) the environment variable allowing it to locate the aws-lc-sys (or aws-lc-fips) library.
A minimal setup to reproduce this is available at https://github.com/0xADD1E/min-aws-lc-rs-borked and an excerpt from the build log is as follows.
The source of this - https://github.com/aws/aws-lc-rs/blob/c4b8050ba1cdb45835d1460b69fc758b0b63f206/aws-lc-rs/build.rs#L27 - seems perfectly reasonable, but it's not clear how (or if) crate overrides would be used to fix this or if another method is needed.
The text was updated successfully, but these errors were encountered: