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
sccache: error: Failed to load config file
sccache: caused by: Failed to load toml config file from /root/.config/sccache/config
sccache: caused by: TOML parse error at line 1, column 1
|
1 | [cache.redis]
| ^^^^^^^^^^^^^
missing field `ttl`
This makes 0.7.6 a release with breaking changes, and by semver, it should be labeled as 0.8.0, or the requirement for the ttl key should be dropped and a default used instead.
The text was updated successfully, but these errors were encountered:
0.7.6 adds a mandatory
ttl
field to the[cache.redis]
section of sccache_config.A config file that worked perfectly in 0.7.5:
In 0.7.6, now throws the error:
This makes 0.7.6 a release with breaking changes, and by semver, it should be labeled as 0.8.0, or the requirement for the
ttl
key should be dropped and a default used instead.The text was updated successfully, but these errors were encountered: