Commit f6cd944
authored
Enforce gcc~builtins (eth-cscs#284)
With spack/spack-packages#3106 a default value
change for `gcc` variant `binutils` has been introduced.
This triggers a problem (see [CI
error](https://gitlab.com/cscs-ci/ci-testing/webhook-ci/mirrors/551234120955960/1440398897047560/-/jobs/13261281018#L447))
when building `binutils`, which by default is built `libs=static,shared`
but we explicitly prefer `zstd libs=static`.
https://github.com/eth-cscs/stackinator/blob/c7db13cd3c12d595cf6a7793db88603db9495889/stackinator/templates/compilers.gcc.spack.yaml#L22-L23
The proposed change does not fix the root problem, but it simply prefers
building `gcc~builtins` as we've always did, completely workarounding
the underlying problem.
I'm going to address the root issue in spack, but for what concerns
stackinator, at the moment IMHO this is the most reasonable and simple
solution.1 parent c7db13c commit f6cd944
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments