diff options
| author | Daniel Moody <dmoody256@gmail.com> | 2023-11-28 22:20:17 +0000 |
|---|---|---|
| committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2023-11-28 23:58:43 +0000 |
| commit | cd6a9b34b55ea52aaee4e4b14aa4b8ceabc70587 (patch) | |
| tree | 7fced9b62fad31ab058596d38b65116c9fb81a75 /BUILD.bazel | |
| parent | 0ffed150b171ccc239eeafc7f2abd0e3560ce2bb (diff) | |
SERVER-83258 add python toolchain to bazel build
Diffstat (limited to 'BUILD.bazel')
| -rw-r--r-- | BUILD.bazel | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BUILD.bazel b/BUILD.bazel new file mode 100644 index 00000000000..6b69cf8205a --- /dev/null +++ b/BUILD.bazel @@ -0,0 +1,3 @@ +package(default_visibility = ["//visibility:public"]) + +exports_files(["pyproject.toml", "poetry.lock"]) |
