diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-08-28 18:21:59 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-09-13 16:14:43 +0200 |
commit | 46a32bbb140eff657918978feab3ca7f7b9692bf (patch) | |
tree | f65cbba6da58a9fba088dc1e36ae4bc26c4d3350 /bin/bootstrap.py | |
parent | 795e3e8ce01611a3448a23ca634b2271dfc2e5c6 (diff) | |
download | justbuild-46a32bbb140eff657918978feab3ca7f7b9692bf.tar.gz |
just serve: Basic service implementation with commit-of-tree RPC
Initial version, to be extended later with other RPCs.
Diffstat (limited to 'bin/bootstrap.py')
-rwxr-xr-x | bin/bootstrap.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/bootstrap.py b/bin/bootstrap.py index 1d947a74..3ccbb2bd 100755 --- a/bin/bootstrap.py +++ b/bin/bootstrap.py @@ -401,6 +401,8 @@ def bootstrap() -> None: dirs.remove('test') if 'execution_api' in dirs: dirs.remove('execution_api') + if 'serve_api' in dirs: + dirs.remove('serve_api') if 'other_tools' in dirs: dirs.remove('other_tools') for f in files: |