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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

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

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.
  • 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 (724a640) to head (56451be).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2430      +/-   ##
==========================================
- Coverage   78.88%   78.88%   -0.01%     
==========================================
  Files         621      621              
  Lines      108597   108597              
  Branches    15413    15413              
==========================================
- Hits        85665    85664       -1     
  Misses      22261    22261              
- Partials      671      672       +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 3 times, most recently from 2d9e726 to 90768c2 Compare May 21, 2025 13:01
@justsmth justsmth force-pushed the cimplify-compiler-ci branch from 90768c2 to 3944ee1 Compare May 21, 2025 13:06
@justsmth justsmth force-pushed the cimplify-compiler-ci branch 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
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.

3 participants