-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Build
-
Storage Engines, Storage Engines - Transactions
-
0.772
-
None
-
3
-
12
The "compile mongodb" function runs `buildscripts/poetry_sync.sh` in the cloned mongo repo, but SERVER-126500 deleted that script from master when it moved from Poetry to uv, so the task exits 127 before bazel runs.
Fix: call `buildscripts/uv_sync.sh`, mongo's replacement, which needs no other changes because the function already activates a virtualenv immediately before it.
- is related to
-
SERVER-126500 Port poetry to uv
-
- In Code Review
-