Merged
Conversation
MCK 1.7.1 Release NotesOther Changes
|
0dd6749 to
ea559dc
Compare
viveksinghggits
approved these changes
Mar 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
With the adoption of uv we started using uv to also manage our Python versions. This brought about two problems - our aarch64 build hosts had an old (
0.6) version of uv deployed which lacks aarch64 prebuilds for Python 3.13.7, and the Python prebuilds themselves statically link OpenSSL. The latter is a problem because the system OpenSSL install on our build hosts can contain configuration which confuses the statically-linked copy and cause it to fail initializing a SSL context.The fix for both of these is to change how we build the Python environment - on Evergreen we ignore any existing uv and always install our own copy with its own caches. Additionally, we patch the venv activation script to set the
OPENSSL_CONFenvironment variable to a value that causes OpenSSL to ignore the system configuration.Proof of Work
preflight_official_database_image, which was failing because ofpipeline.py's failure to access the Quay REST API through HTTPS.Checklist
skip-changeloglabel if not needed