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
It seems to be a cmake specific error, since all other tests that are build with awslc-fips/awslc-fips-2022 are built using make build system. We may need to implement a cmake specific logic to built with awslc-fips. I confirmed the docker image being used is installed with awslc-fips.
Solution:
Investigate why awslc-fips isn't compiling when built with cmake, find a solution to it, and add a new test to buildspec_fuzz_batch.yml that uses awslc-fips
Requirements / Acceptance Criteria:
Confirm that the fuzz tests are compiling/built with awslc-fips
The text was updated successfully, but these errors were encountered:
Problem:
While I was trying to run fuzz test with
awslc-fips
in #4795, there was compilation error:Full log here.
It seems to be a cmake specific error, since all other tests that are build with awslc-fips/awslc-fips-2022 are built using make build system. We may need to implement a cmake specific logic to built with awslc-fips. I confirmed the docker image being used is installed with awslc-fips.
Solution:
Investigate why
awslc-fips
isn't compiling when built with cmake, find a solution to it, and add a new test tobuildspec_fuzz_batch.yml
that usesawslc-fips
Requirements / Acceptance Criteria:
Confirm that the fuzz tests are compiling/built with awslc-fips
The text was updated successfully, but these errors were encountered: