Use EVG distro system uv binaries #2127
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Similar to mongodb/mongo-cxx-driver#1464, this PR removes the
uv-installer.sh
script (and related utilities) in favor of using EVG system-provideduv
binaries. Distros which are missing auv
binary (rhel84 and debian11) are either disabled (due to plenty of equivalent coverage elsewhere) or use the simple workaround of installinguv
into a temporary prefix via the systempython
binary:As in mongodb/mongo-cxx-driver#1464, this PR also migrates away from deprecated/EOL/discouraged distros, which include:
archlinux
: no longer actively maintained by DevProd. Since we already have Earthly coverage, the "clang 3.7 (Archlinux)" legacy build variant is removed, as all its tasks have plenty of equivalent coverage by other build variants.ubuntu2004
: relevant tasks are updated to useubuntu2204
,ubuntu2404
, or a RHEL distro instead. This does not include theaws-ubuntu2004
distro (unclear how to migrate).Notable changes also include:
loadbalanced
tasks to Ubuntu 24.04 revealed the lack of a system-providedhaproxy
binary. Thehaproxy
binary is installed viauv tool
as a workaround using thehaproxy-cli
PyPI package.