You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[test] Retrieve Linux distro and version from /etc/os-release
Certain Linux distributions like UBI9 don't include `lsb_release`. Let's use `/etc/os-release` to detect the Linux distro and version by default, and fall back to `lsb_release` if `/etc/os-release` is not available.
This makes it possible to mark C++ interop tests that require C++20 as unsupported on distros that bundle an older libstdc++ version.
0 commit comments