diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-12-11 17:34:45 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-12-12 14:36:11 +0100 |
commit | 46eb737b2c664acb8b2732ed00cfccda8079462c (patch) | |
tree | 0bf7f49fc0bf81d28bc164d2a744f3d898c9c256 /CHANGELOG.md | |
parent | 540a789e05b2834e5e4453101e7dcae8c513103b (diff) | |
download | justbuild-46eb737b2c664acb8b2732ed00cfccda8079462c.tar.gz |
Fix formatting of blob used to shard target cache
The ToJson method of RemoteAddress was wrongly creating a list
instead of a simple string, thus a wrongly formatted backend
description was being used to shard the target cache. This however
does not affect the correctness of the build.
Changelog also updated accordingly.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 66406237..107d34f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,6 +58,12 @@ A feature release on top of `1.2.0`, backwards compatible. directories if they are part of the action's input. - Fixed overwrite of existing symlinks in the output directory when using subcommands `install` and `install-cas`. +- The format for target-cache shards was changed to a canonical form. + The new and old formats do not overlap, therefore the correctness + of the builds is not affected. In particular, no special care has + to be taken on upgrading or downgrading. However, some target-level + cache entries will not be used leading potentially to rebuilding of + some targets. ## Release `1.2.0` (2023-08-25) |