-
Notifications
You must be signed in to change notification settings - Fork 566
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[BUG] SCCACHE_S3_USE_SSL
not working for master branch
#1803
Comments
the error is:
|
I think I found it: In this doc, we were informed that we can set |
Please update https://github.com/mozilla/sccache/blob/main/docs/S3.md to mention that |
Actually, I can't get that to work either, and it looks like the fix for this issue was reverted |
I also tried building from head and neither off nor false are respected; the endpoint is always constructed as https for me. |
I can't remember why we reverted this change. @sylvestre can you help remind this please? Thanks. |
I believe this issue should be fixed. |
To reproduce this, I wrote Dockerfile like this, and run with
docker build -t sccache-test --network host .
And got this error:
With error context
url: https://localhost:9000/sccache/.sccache_check
, looks like envSCCACHE_S3_USE_SSL=false
not workingThe text was updated successfully, but these errors were encountered: