Commit d8bb029
committed
ci: move manylinux2014 to GitLab, add gcc14-mpich-static job
Move manylinux2014 GCC 11 builds (mpich + serial) from GitHub Actions
to the GitLab spack infrastructure (gitlab-ci-spack.yml), freeing a
slot in the GitHub Actions matrix.
Add Ubuntu 22.04 / GCC 14 / MPICH / static as the new job to fill
the freed slot, providing static-linking coverage with the latest GCC.
| OS | Compiler | MPI | Shared |
|----|----------|-----|--------|
| Ubuntu 22.04 | GCC 10 | MPICH | shared |
| Ubuntu 22.04 | GCC 12 | MPICH | shared |
| Ubuntu 22.04 | GCC 12 | OpenMPI | shared |
| Ubuntu 22.04 | GCC 12 | serial | shared |
| Ubuntu 22.04 | GCC 12 | serial | static |
| Ubuntu 22.04 | GCC 14 | MPICH | shared |
| Ubuntu 22.04 | GCC 14 | MPICH | static |
| Ubuntu 22.04 | Clang 11 | OpenMPI | shared |
| Ubuntu 22.04 | Clang 14 | MPICH | shared |
| Ubuntu 22.04 | Clang 14 | serial | shared |
| Ubuntu 22.04 | ROCm | serial | shared |
| AlmaLinux 8 | Intel oneAPI 2023.2.1 | MPICH | shared |
| macOS 15 | Xcode 16.4 | serial | shared |
| macOS 15 | Xcode 16.4 | serial | static |
| macOS 14 | Xcode 15.4 | serial | shared |
| Windows 2022 | VS 2022 | MSMPI | shared |
| Windows 2025 | VS 2022 | MSMPI | shared |
| Windows 2025 | VS 2022 | serial | shared |
| Windows 2025 | VS 2022 | serial | static |1 parent 5a2b4e8 commit d8bb029
5 files changed
Lines changed: 90 additions & 75 deletions
File tree
- .github/workflows
- .gitlab
- scripts/ci/cmake
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
157 | 162 | | |
158 | 163 | | |
159 | 164 | | |
| |||
265 | 270 | | |
266 | 271 | | |
267 | 272 | | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | 273 | | |
343 | 274 | | |
344 | 275 | | |
| |||
696 | 627 | | |
697 | 628 | | |
698 | 629 | | |
699 | | - | |
| 630 | + | |
700 | 631 | | |
701 | 632 | | |
702 | 633 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
48 | 78 | | |
49 | 79 | | |
50 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
File renamed without changes.
File renamed without changes.
0 commit comments