Skip to content

Commit

Permalink
spack-gmds dockerfile: downgrade lcov from 2.0 to 1.16 to avoid cover…
Browse files Browse the repository at this point in the history
…age issues in gmds' CI
  • Loading branch information
nicolaslg committed Jan 13, 2025
1 parent 72ff774 commit dfab6e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/Dockerfile.spack-gmds
Original file line number Diff line number Diff line change
Expand Up @@ -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
#==========================================
Expand Down Expand Up @@ -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 ^lcov@1.16
#==========================================
RUN rm -rf /spack/var/spack/cache/*
#==========================================

0 comments on commit dfab6e2

Please sign in to comment.