Skip to content
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

Add AppleClang to CI tests #216

Merged
merged 2 commits into from
Nov 5, 2024
Merged

Add AppleClang to CI tests #216

merged 2 commits into from
Nov 5, 2024

Conversation

tcbrindle
Copy link
Owner

The version of AppleClang shipping with XCode 16 now has complete enough C++20 support to compile Flux, so we should start testing with it regularly.

Unfortunately Github are enacting a policy of only providing a single XCode major version with each MacOS image (actions/runner-images#10703), so if we want to test with e.g. XCode 17+ in future we'll have to run them on different images. But that's tomorrow's problem...

The version of AppleClang shipping with XCode 16 now has complete enough C++20 support to compile Flux, so we should start testing with it regularly.

Unfortunately Github are enacting a policy of only providing a single XCode major version with each MacOS image (actions/runner-images#10703), so if we want to test with e.g. XCode 17+ in future we'll have to run them on different images. But that's tomorrow's problem...
Copy link

codecov bot commented Nov 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.61%. Comparing base (b07090f) to head (a01f41c).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #216   +/-   ##
=======================================
  Coverage   98.61%   98.61%           
=======================================
  Files          69       69           
  Lines        2608     2608           
=======================================
  Hits         2572     2572           
  Misses         36       36           

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

@tcbrindle tcbrindle merged commit 46cb9a5 into main Nov 5, 2024
49 checks passed
@tcbrindle tcbrindle deleted the pr/appleclang_ci branch November 5, 2024 18:59
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.

1 participant