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

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    895481c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc6d194 View commit details
    Browse the repository at this point in the history
  3. Revert "Add GCC14/macos to CI test matrix"

    This reverts commit cc6d194.
    tcbrindle committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    8e4a6c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b45e5db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea00704 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b28474 View commit details
    Browse the repository at this point in the history
  7. Fix CodeCov uploading

    Update to upload action v4, add a security token
    tcbrindle committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    fa53c8f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5e0e8e4 View commit details
    Browse the repository at this point in the history
  9. Revert to GCC13 for CodeQL scanning

    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.
    tcbrindle committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    b4cd323 View commit details
    Browse the repository at this point in the history
  10. Attempt to use CodeQL autobuild

    ...on Ubuntu 24.04, which should come with a new enough GCC by default
    tcbrindle committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    1524122 View commit details
    Browse the repository at this point in the history