Use EVG distro system uv binaries #1464
Merged
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.
Followup to #1428 which added the
uv-installer.shandpatch-uv-installer.shscripts andInstallUVEVG function to account for the inconsistent availability and versions ofuvsystem binaries on EVG distros. Following resolution of DEVPROD-13413 and DEVPROD-20614, most currently-supported (non-EOL) EVG distros now provide a sufficiently-recentuvsystem binary, with remainders being tracked by DEVPROD-22169.This PR removes the following:
uv-installer.shpatch-uv-installer.shInstallUV(EVG function)UV_INSTALL_DIR(EVG expansion / environment variable)This PR also migrates away from Ubuntu 20.04 (which will not have a
uvsystem binary) due to being EOL since May 31, 2025. (Note: DevProd does not consider "Expanded Security Maintenance" (ESM) to be non-EOL, which would extend to April 2030.) The tasks are moved to Ubuntu 22.04, Ubuntu 24.04, or RHEL 8.Note
Unlike the C Driver, the C++ Driver does not document OS-specific compatibility guarantees, so a deprecation+removal notice is not necessary for Ubuntu 20.04, although some prior changelog entries did so anyways.
Pending DEVPROD-22169, there are some EVG distros which still do not provide a
uvsystem binary. These distros include:These have been commented out (rather than removed) so they may be easily re-enabled (or removed) once DEVPROD-22169 is resolved.