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

Update CI configuration #189

Merged
merged 10 commits into from
Jun 3, 2024
Merged

Update CI configuration #189

merged 10 commits into from
Jun 3, 2024

Conversation

tcbrindle
Copy link
Owner

@tcbrindle tcbrindle commented Jun 3, 2024

  • Add GCC 14 on Linux
  • Add Clang 18 on Linux
  • Add (LLVM) Clang 18 on MacOS
  • Update CodeCov/CodeQL/sanitizers to use GCC 14
  • Fix CodeCov coverage uploading
  • Fix CodeQL scanning (I think?)

Copy link

codecov bot commented Jun 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.22%. Comparing base (faf2e0f) to head (1524122).
Report is 12 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #189      +/-   ##
==========================================
+ Coverage   98.07%   98.22%   +0.14%     
==========================================
  Files          69       69              
  Lines        2441     2360      -81     
==========================================
- Hits         2394     2318      -76     
+ Misses         47       42       -5     

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

For some reason, our CodeQL action with GCC14 hangs at the point it's trying to compile `test_mask.cpp`. I have no idea why, given the same compiler works fine with our Linux CI, but as a workaround we'll try going back to GCC 14 and see whether that works.
...on Ubuntu 24.04, which should come with a new enough GCC by default
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@tcbrindle tcbrindle merged commit d88fd97 into main Jun 3, 2024
39 checks passed
@tcbrindle tcbrindle deleted the pr/update_ci branch July 2, 2024 10:23
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.

None yet

1 participant