Skip to content

Commit

Permalink
update build cache (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed Nov 12, 2023
1 parent 7cb280e commit 6080b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2

# Download the buildcache
RUN mkdir /mirror
RUN aws --region us-east-1 --no-sign-request s3 sync s3://spack-binaries/releases/v0.21/tutorial /mirror
RUN aws --region us-east-1 --no-sign-request s3 sync s3://spack-binaries/v0.21.0/tutorial /mirror
RUN rm -rf /mirror/buid_cache/_pgp
# TODO: Get the keys from aws as soon as they're fixed
# RUN aws --region us-east-1 --no-sign-request s3 sync s3://spack-binaries/releases/v0.20/build_cache/_pgp /mirror/build_cache/_pgp
Expand Down

0 comments on commit 6080b2f

Please sign in to comment.