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
Hello! This is a target that our CI builds/tests w/ FIPS, so there should be a way to get it working.
#20 113.8 [ 98%] Generating bcm-delocated.S
#20 113.8
#20 113.8 --- stderr
#20 113.8 error while parsing "/home/rust/src/target/aarch64-unknown-linux-musl/release/build/aws-lc-fips-sys-dde079c702b8031d/out/build/aws-lc/crypto/fipsmodule/libbcm_c_generated_asm.a":
#20 113.8 parse error near WS (line 6787 symbol 26 - line 6787 symbol 27):
#20 113.8 " "
This is an issue related to our "delocator". (The use of the delocator is unique to our FIPS build. Its purpose is discussed here.) Such problems are typically compiler-specific, so using another compiler might be all that's needed. Users often have more success with the FIPS build when using a "clang" compiler.
But I notice that your environment does have a preference for clang, but it's not being used:
Problem:
Failed to build aws-lc-fips-sys v0.13.15 for target
aarch64_unknown_linux_musl
.Build output:
The text was updated successfully, but these errors were encountered: