Skip to content

CI[Sanitizers]: fix build by installing existing python - #1749

Open
678098 wants to merge 1 commit into
bloomberg:mainfrom
678098:260828_sanitizers_fix
Open

CI[Sanitizers]: fix build by installing existing python#1749
678098 wants to merge 1 commit into
bloomberg:mainfrom
678098:260828_sanitizers_fix

Conversation

@678098

@678098 678098 commented Aug 28, 2026

Copy link
Copy Markdown
Collaborator

Ubuntu 26.04 provides python3.14 and our attempt to install python3.12 fails.
Make the sanitizers build script more robust by installing python3 that auto-resolves to the existing python version.

Signed-off-by: Evgeny Malygin <emalygin@bloomberg.net>
@678098
678098 requested a review from a team as a code owner August 28, 2026 17:45
@678098
678098 requested a review from chrisbeard August 28, 2026 17:47

# Install prerequisites
# Set up CA certificates first before installing other dependencies
apt-get update && \

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to concat these commands because it is just a script, not a docker layer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants