Skip to content
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.

Commit

Permalink
Use SSL for sccache
Browse files Browse the repository at this point in the history
  • Loading branch information
aureleoules committed Sep 3, 2023
1 parent a484938 commit 62f1aa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN ln -s /usr/bin/sccache /usr/bin/ccache

ENV SCCACHE_BUCKET=bitcoin-coverage-ccache
ENV SCCACHE_REGION=eu-west-1
ENV SCCACHE_S3_USE_SSL=true

COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
Expand Down

0 comments on commit 62f1aa1

Please sign in to comment.