Skip to content

Commit ef98c9c

Browse files
committed
ci: add --fresh flag to gcc installation
Force fresh concretization to avoid pulling gcc-runtime from public buildcache which may be built with an incompatible gcc version.
1 parent 3991708 commit ef98c9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/buildcache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Install GCC
5353
shell: spack-bash {0}
5454
run: |
55-
spack install gcc@${{ matrix.gcc }}
55+
spack install --fresh gcc@${{ matrix.gcc }}
5656
spack compiler find $(spack location -i gcc@${{ matrix.gcc }})
5757
5858
- name: Install dependencies

0 commit comments

Comments
 (0)