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 images #1326

Merged
merged 12 commits into from
Nov 21, 2024
Merged

Update CI images #1326

merged 12 commits into from
Nov 21, 2024

Commits on Nov 21, 2024

  1. Update CI images

    msimberg committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    5a9f900 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09141e3 View commit details
    Browse the repository at this point in the history
  3. Add explicit casts for clang-tidy bugprone-multi-level-implicit-point…

    …er-conversion warnings
    msimberg committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    348668c View commit details
    Browse the repository at this point in the history
  4. Silence clang-tidy warning since explicit cast isn't enough to silenc…

    …e warning in context_linux_x86.hpp
    msimberg committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    613081b View commit details
    Browse the repository at this point in the history
  5. Silence clang-tidy warning about empty catch statement

    Exception pointer is stored inside catch statement.
    msimberg committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    ae9676d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f1000e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ea8a6d3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6766432 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c6a863f View commit details
    Browse the repository at this point in the history
  10. Disable MPI in sanitizer CI workflows because of MPICH bug in Ubuntu …

    …24.04
    
    MPICH is built incorrectly, and fails to find other ranks (all ranks report that the world is of
    size 1). More details in https://bugs.launchpad.net/ubuntu/+source/mpich/+bug/2072338.
    msimberg committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    99eed0e View commit details
    Browse the repository at this point in the history
  11. Add two more tests to asan blacklist

    The tests timeout or segfault within asan with clang 18.
    msimberg committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    f3a1811 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d23b426 View commit details
    Browse the repository at this point in the history