Commit f53f0ad
committed
[github] pre-cache llvm-project in Linux CI Docker images
Linux CI bots take a bit over 70 seconds to fully set their git repos
up, always starting from scratch. This can end up being a significant
percentage of their overall runtime, depending on the change they're
vetting.
Having a fresh llvm-project in the docker image can bring this down to
about 15 seconds; if the llvm-project checkout is 5 weeks old, the
number seems to be closer to 30-35 seconds.
In any case, that's a meaningful savings per CI bot run, so include a
pinned LLVM here.1 parent f7fdc8d commit f53f0ad
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
0 commit comments