Commit c493de6
committed
Pre-install all CI compilers in base Docker image
Pre-install 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.
Signed-off-by: Huy Do <huydhn@gmail.com>1 parent 53ed5a4 commit c493de6
1 file changed
Lines changed: 33 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 | + | |
32 | 65 | | |
33 | 66 | | |
34 | 67 | | |
| |||
0 commit comments