SERVER-103927 switch from scons to bazel (#39284)

GitOrigin-RevId: 698b83c9b64adf5dfe2b670d16052f24342c04e3
This commit is contained in:
Daniel Moody
2025-07-29 12:18:07 -05:00
committed by MongoDB Bot
parent f78c5baef4
commit e54f728ad4
3228 changed files with 152328 additions and 571010 deletions

View File

@@ -0,0 +1,5 @@
py_library(
name = "all_python_files",
srcs = glob(["*.py"]),
visibility = ["//visibility:public"],
)