diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2023-07-13 13:20:59 +0200 |
---|---|---|
committer | Alberto Sartori <alberto.sartori@huawei.com> | 2023-07-13 14:37:46 +0200 |
commit | ba28beba51ff7d495e5165471b96f7496bf585c2 (patch) | |
tree | afb7fbcc344541203fdee384f18e745561565d36 /CHANGELOG.md | |
parent | 1802fcd90b48900bd0e46102b392146297a5ebbb (diff) | |
download | justbuild-ba28beba51ff7d495e5165471b96f7496bf585c2.tar.gz |
bytestream_server: store temporary files under the local-buil-root
The bytestream server implementation (deployed by just execute) now
stores the temporary files under
$local_build_root/protocol-depenedent/generation-0
so that they can be garbage collected if "just exectue" is terminated
before they are cleaned up.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ffa17d97..761fe55c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,8 @@ A feature release on top of `1.1.0`, backwards compatible. all entries in a Git repository. Previously it was possible for entries to be skipped inadvertently in, e.g., imported archives if `gitignore` files were present. +- Temporary files generated by `just execute` are now created inside + the local build root. ## Release `1.1.0` (2023-05-19) |