Commit a9481ae
committed
Pre-install all CI compilers in base Docker image
Pre-install GCC 11, 13, 14 (via gcc-toolset) and clang 15, 18 (from S3
tarballs) in the base image so that the setup-linux action only needs to
activate the right compiler instead of downloading/installing at runtime.
The manylinux_2_28 base image (AlmaLinux 8) ships with GCC 8 as the
system default and bundles gcc-toolset-12 under /usr/local/bin. All
needed toolset versions are now pre-installed under /opt/rh/gcc-toolset-*.
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.
Authored with Claude.1 parent 53ed5a4 commit a9481ae
1 file changed
Lines changed: 39 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
32 | 71 | | |
33 | 72 | | |
34 | 73 | | |
| |||
0 commit comments