mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-12-13 22:40:16 +00:00
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.
This commit is contained in:
2
.github/workflows/buildcache.yml
vendored
2
.github/workflows/buildcache.yml
vendored
@@ -52,7 +52,7 @@ jobs:
|
|||||||
- name: Install GCC
|
- name: Install GCC
|
||||||
shell: spack-bash {0}
|
shell: spack-bash {0}
|
||||||
run: |
|
run: |
|
||||||
spack install gcc@${{ matrix.gcc }}
|
spack install --fresh gcc@${{ matrix.gcc }}
|
||||||
spack compiler find $(spack location -i gcc@${{ matrix.gcc }})
|
spack compiler find $(spack location -i gcc@${{ matrix.gcc }})
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user