You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building in docker, it'd be nice if sccache can be configured to use S3, GCS, etc as cache storage.
💻 Basic example
For example, something like this would be nice:
custom:
rust:
cache:
s3Bucket: my-cache-bucket# not only in remote automated builds, locally I can even use minios3Endpoint: http://local-minio.lan:1234
The text was updated successfully, but these errors were encountered:
💡 Feature description
When building in docker, it'd be nice if
sccache
can be configured to use S3, GCS, etc as cache storage.💻 Basic example
For example, something like this would be nice:
The text was updated successfully, but these errors were encountered: