8000 Simplify Compiler CI jobs by justsmth · Pull Request #2430 · aws/aws-lc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Simplify Compiler CI jobs #2430

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jun 5, 2025
Merged

Simplify Compiler CI jobs #2430

merged 9 commits into from
Jun 5, 2025

Conversation

justsmth
Copy link
Contributor
@justsmth justsmth commented May 20, 2025

Description of changes:

  • Simplify CI for testing various compilers by using prepared Docker images for each.
  • Fix build failures affecting GCC 15/16 and Clang 21.

Call-outs:

  • The FIPS build appears to be failing with Clang 20/21.
    • Clang 20/21 warn when both -S and -c are used together as options to the compiler. This is potentially related to the FIPS built failure. (?)
  • GCC 16 and Clang 21 are not yet released, but thought it would be useful to proactively build against them in our CI.

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

@justsmth justsmth force-pushed the cimplify-compiler-ci branch 2 times, most recently from f3d47d7 to 6f18380 Compare May 20, 2025 20:52
@codecov-commenter
Copy link
codecov-commenter commented May 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.88%. Comparing base (fd7556f) to head (8dd809e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2430   +/-   ##
=======================================
  Coverage   78.88%   78.88%           
=======================================
  Files         621      621           
  Lines      108675   108675           
  Branches    15420    15420           
=======================================
+ Hits        85725    85726    +1     
+ Misses      22280    22278    -2     
- Partials      670      671    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@justsmth justsmth force-pushed the cimplify-compiler-ci branch 5 times, most recently from 69ffdc8 to a816e14 Compare May 21, 2025 16:08
@justsmth justsmth changed the title [DRAFT] Simplify Compiler CI jobs Simplify Compiler CI jobs May 21, 2025
@justsmth justsmth marked this pull request as ready for review May 21, 2025 16:52
@justsmth justsmth requested a review from a team as a code owner May 21, 2025 16:52
@justsmth justsmth force-pushed the cimplify-compiler-ci branch from 56451be to 58b9b32 Compare May 27, 2025 17:06
@justsmth justsmth requested review from andrewhop and skmcgrail May 29, 2025 20:29
skmcgrail
skmcgrail previously approved these changes May 30, 2025
@justsmth justsmth force-pushed the cimplify-compiler-ci branch from b271a86 to 851da32 Compare June 3, 2025 20:49
@justsmth justsmth force-pushed the cimplify-compiler-ci branch from 5aead04 to 8dd809e Compare June 3, 2025 21:18
@justsmth justsmth merged commit 00e6a26 into aws:main Jun 5, 2025
121 of 124 checks passed
@justsmth justsmth deleted the cimplify-compiler-ci branch June 5, 2025 22:34
@justsmth justsmth mentioned this pull request Jun 6, 2025
justsmth added a commit that referenced this pull request Jun 13, 2025
## What's Changed
* Add build with hardened flag by @m271828 in
#2396
* Openssl tool output ordered by options provided by @justsmth in
#2452
* [SCRUTINICE] Remove redundant condition check by @nhatnghiho in
#2450
* Support relro in delocator by @torben-hansen in
#2455
* Explicitly don't allow buffers aliasing in ctr-drbg implementation by
@torben-hansen in #2458
* Remove unused Windows afunix.h by @justsmth in
#2461
* Revert "Rework memory BIOs and implement BIO_seek (2nd try) (#2433)"
by @justsmth in #2466
* Use max_cert_list for TLSv1.3 NewSessionTicket by @skmcgrail in
#2453
* ML-KEM memory safety by @m271828 in
#2263
* Simplify Compiler CI jobs by @justsmth in
#2430
* Improve support for multilib-style distros in our test scripts by
@justsmth in #2467
* Fix Ruby mainline and nginx CI by @samuel40791765 in
#2460
* Add hardened build back in by @m271828 in
#2474
* Fix OCSP integration test failures by @samuel40791765 in
#2480
* Fix some theoretical missing earlyclobber markers in inline assembly
by @torben-hansen in #2477
* Simplify sshkdf and kbkdf by @torben-hansen in
#2478
* Run 3p module tests on python 3.13, add patch for 3.14 by
@WillChilds-Klein in #2476
* [UPSTREAM] Fix BIO_eof for BIO pairs by @justsmth in
#2440
* Fix service indicator in HKDF, more paranoid zeroization, and simplify
logic by @torben-hansen in #2482


By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license and the ISC license.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
0