diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-06-14 10:23:41 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-06-18 12:05:10 +0200 |
commit | 26fdbae5f7269c06f95d3d087e657bb192b909d1 (patch) | |
tree | 37934b42e041106043cbf7eeee7617b63e00c367 /bin | |
parent | cd65196eec5d59498b239834c1069782879a1416 (diff) | |
download | justbuild-26fdbae5f7269c06f95d3d087e657bb192b909d1.tar.gz |
Use ServeApi during bootstrap
...with a default implementation.
Although it is not used directly, it will be needed for instantiation of std::optional.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/bootstrap.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/bootstrap.py b/bin/bootstrap.py index 3f6e72c8..6f7dc9b0 100755 --- a/bin/bootstrap.py +++ b/bin/bootstrap.py @@ -415,8 +415,6 @@ 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') if 'archive' in dirs: |