Skip to content

Commit 14fb024

Browse files
committed
spack-gmds dockerfile: downgrade lcov from 2.0 to 1.16 to avoid coverage issues in gmds' CI
1 parent 2014f60 commit 14fb024

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dockerfiles/Dockerfile.spack-gmds

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM ubuntu:22.04
44
ARG SPACK_VERSION=0.22.2
55
# METADATA OF THE IMAGE
66
LABEL description="GMDS image built with spack" \
7-
version.ubuntu="24.04" \
7+
version.ubuntu="22.04" \
88
version.spack=${SPACK_VERSION}
99
ARG SPACK_VERSION
1010
#==========================================
@@ -40,7 +40,7 @@ RUN source ./spack/share/spack/setup-env.sh && \
4040
spack external find cmake
4141
#==========================================
4242
RUN source ./spack/share/spack/setup-env.sh && \
43-
spack install --only dependencies gmds+kmds+blocking+python ^kokkos+openmp ^cgns~mpi
43+
spack install --only dependencies gmds+kmds+blocking+python ^kokkos+openmp ^cgns~mpi ^[email protected]
4444
#==========================================
4545
RUN rm -rf /spack/var/spack/cache/*
4646
#==========================================

0 commit comments

Comments
 (0)