Commit d31e493
committed
ci: prune gcc@10/11 compilers that don't exist on ubuntu-24.04
--reuse pulls buildcache specs compiled with gcc@10. When a package
has no binary (e.g. py-pyyaml) spack falls back to source build and
invokes /usr/bin/gcc-10, which doesn't exist on ubuntu-24.04. Remove
compilers that aren't present on the runner before concretizing so
spack picks gcc@12+ for any source-built fallbacks.1 parent e49d839 commit d31e493
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
29 | 40 | | |
30 | 41 | | |
31 | 42 | | |
| |||
0 commit comments