Skip to content

Commit

Permalink
fixup! specify bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Müller committed Aug 30, 2024
1 parent 2d7a0e8 commit 297618a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/ci-fedora-40-3.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ RUN mkdir /tmp/sccache/ \
# or set up a builder context, and that just seems to be more trouble than it's
# worth, sooooo:
&& printf '[cache.s3]\n' > /etc/sccache/config \
&& printf 'bucket = sccache\n' >> /etc/sccache/config \
&& printf 'bucket = "sccache"\n' >> /etc/sccache/config \
&& printf 'use_ssl = true\n' >> /etc/sccache/config \
&& printf 'no_credentials = false\n' >> /etc/sccache/config \
&& printf 'server_side_encryption = false\n' >> /etc/sccache/config
Expand Down

0 comments on commit 297618a

Please sign in to comment.