aws / s2n-tls

An implementation of the TLS/SSL protocols
https://aws.github.io/s2n-tls/usage-guide/
Apache License 2.0
4.53k stars 707 forks source link

ci: use clang to build awslc #4794

Closed dougch closed 1 month ago

dougch commented 1 month ago

Description of changes:

As part of the ubuntu24 work, the aws-lc fips build builds more reliable under clang. Make this the default.

Call-outs:

Install script will fail if clang isn't available.

Testing:

How is this change tested (unit tests, fuzz tests, etc.)? locally, CI

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.