mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-29 06:35:28 -04:00
Disable local cache for CI/CD testing
This commit is contained in:
parent
54614f0173
commit
e1834e69bf
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ RUN echo "${CP2K_VERSION}" >/CP2K_VERSION
|
|||
WORKDIR /opt/cp2k
|
||||
|
||||
# Build CP2K
|
||||
RUN /bin/bash -o pipefail -c "source ./make_cp2k.sh -cv ${CP2K_VERSION}"
|
||||
RUN /bin/bash -o pipefail -c "source ./make_cp2k.sh -cv ${CP2K_VERSION} -dlc"
|
||||
|
||||
###### Stage 2: Install CP2K ######
|
||||
|
||||
|
|
|
|||
|
|
@ -54,4 +54,4 @@ COPY . cp2k/
|
|||
|
||||
# Build CP2K dependencies
|
||||
WORKDIR /opt/cp2k
|
||||
RUN /bin/bash -o pipefail -c "source ./make_cp2k.sh -bd_only -cray -cv ${CP2K_VERSION}"
|
||||
RUN /bin/bash -o pipefail -c "source ./make_cp2k.sh -bd_only -cray -cv ${CP2K_VERSION} -dlc"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue