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
Pre-install all CI compilers in base Docker image (#7879)
Pre-install GCC 11, GCC 13, GCC 14, clang 15, and clang 18 in the base
image so that the setup-linux action only needs to activate the right
compiler instead of downloading/installing at runtime. This reduces CI
job latency and removes fragile S3/dnf dependencies from the critical
path.
Also register clang runtime library directories with ldconfig so that
libclang_rt.asan.so is discoverable by the linker without
LD_LIBRARY_PATH workarounds in CI scripts.
0 commit comments