-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
spack-gmds dockerfile: downgrade lcov from 2.0 to 1.16 to avoid cover…
…age issues in gmds' CI
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ FROM ubuntu:22.04 | |
ARG SPACK_VERSION=0.22.2 | ||
# METADATA OF THE IMAGE | ||
LABEL description="GMDS image built with spack" \ | ||
version.ubuntu="24.04" \ | ||
version.ubuntu="22.04" \ | ||
version.spack=${SPACK_VERSION} | ||
ARG SPACK_VERSION | ||
#========================================== | ||
|
@@ -40,7 +40,7 @@ RUN source ./spack/share/spack/setup-env.sh && \ | |
spack external find cmake | ||
#========================================== | ||
RUN source ./spack/share/spack/setup-env.sh && \ | ||
spack install --only dependencies gmds+kmds+blocking+python ^kokkos+openmp ^cgns~mpi | ||
spack install --only dependencies gmds+kmds+blocking+python ^kokkos+openmp ^cgns~mpi ^[email protected] | ||
#========================================== | ||
RUN rm -rf /spack/var/spack/cache/* | ||
#========================================== |