From 297618a075c8d06da9428db67088b4a3fe66ad5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20M=C3=BCller?= Date: Fri, 30 Aug 2024 16:42:18 +0200 Subject: [PATCH] fixup! specify bucket --- ci/ci-fedora-40-3.10/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/ci-fedora-40-3.10/Dockerfile b/ci/ci-fedora-40-3.10/Dockerfile index 502dc55..f692305 100644 --- a/ci/ci-fedora-40-3.10/Dockerfile +++ b/ci/ci-fedora-40-3.10/Dockerfile @@ -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