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
CI: explicitely CC/CXX for clang only mingw environments
MSYS2 has stopped installing gcc compatibility binaries in clang environments
by default some time ago, and distutils is currently hardcoded to look for "gcc",
while only cc/c++ and clang/clang++ are in PATH.
Work around for now by explicitely setting CC/CXX to override the defaults.
Idealy distutils would try to look harder for a valid compiler before giving up,
but this can be improved in the future.
0 commit comments