summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMaksim Denisov <denisov.maksim@huawei.com>2024-06-14 10:23:41 +0200
committerMaksim Denisov <denisov.maksim@huawei.com>2024-06-18 12:05:10 +0200
commit26fdbae5f7269c06f95d3d087e657bb192b909d1 (patch)
tree37934b42e041106043cbf7eeee7617b63e00c367 /bin
parentcd65196eec5d59498b239834c1069782879a1416 (diff)
downloadjustbuild-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-xbin/bootstrap.py2
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: