diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-03-10 10:57:45 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-04-01 11:15:09 +0200 |
commit | 733ebf0db40e0c41325669fa7e855142235ec43c (patch) | |
tree | 1221d7cb5a5e395625ee7916ff0c4480e97b36d0 /src/buildtool/execution_api/execution_service/TARGETS | |
parent | 2e7c024c4743460a263bf6b1f713a5e8906b9edd (diff) | |
download | justbuild-733ebf0db40e0c41325669fa7e855142235ec43c.tar.gz |
just execute: write pid and info files atomically
(cherry-picked from 5e24dd0fc5e255d094a3d78e8e1b64a202c1e7a4)
Diffstat (limited to 'src/buildtool/execution_api/execution_service/TARGETS')
-rw-r--r-- | src/buildtool/execution_api/execution_service/TARGETS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildtool/execution_api/execution_service/TARGETS b/src/buildtool/execution_api/execution_service/TARGETS index 45d99225..0b3fd9ef 100644 --- a/src/buildtool/execution_api/execution_service/TARGETS +++ b/src/buildtool/execution_api/execution_service/TARGETS @@ -119,6 +119,7 @@ , ["src/buildtool/common", "protocol_traits"] , ["src/buildtool/common/remote", "port"] , ["src/buildtool/crypto", "hash_function"] + , ["src/buildtool/file_system", "atomic"] , ["src/buildtool/logging", "log_level"] , ["src/buildtool/logging", "logging"] , ["src/buildtool/storage", "config"] |