Skip to content

Commit

Permalink
temporarily disable build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
RMeli committed May 28, 2024
1 parent a58e078 commit f9e3b16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/docker/build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ RUN spack external find \

# Enable Spack build cache
ARG SPACK_BUILDCACHE
RUN spack mirror add ${SPACK_BUILDCACHE} https://binaries.spack.io/${SPACK_BUILDCACHE}
RUN spack buildcache keys --install --trust
#RUN spack mirror add ${SPACK_BUILDCACHE} https://binaries.spack.io/${SPACK_BUILDCACHE}
#RUN spack buildcache keys --install --trust

# Add custom Spack repo
ARG SPACK_DLAF_FORTRAN_REPO
Expand Down

0 comments on commit f9e3b16

Please sign in to comment.