Skip to content

Install libcrypt-dev on Ubuntu 26.04 for Python 3.10-3.12 builds #398

Open
priya-kinthali wants to merge 2 commits into
actions:mainfrom
priya-kinthali:ubuntu-26.04-crypt-fix
Open

Install libcrypt-dev on Ubuntu 26.04 for Python 3.10-3.12 builds #398
priya-kinthali wants to merge 2 commits into
actions:mainfrom
priya-kinthali:ubuntu-26.04-crypt-fix

Conversation

@priya-kinthali

Copy link
Copy Markdown
Contributor

This PR includes a fix for Python 3.10–3.12 builds on Ubuntu 26.04, which fail because crypt.h (libxcrypt) is no longer installed by default.

@priya-kinthali priya-kinthali requested a review from a team as a code owner June 16, 2026 09:24
Copilot AI review requested due to automatic review settings June 16, 2026 09:24
@priya-kinthali priya-kinthali self-assigned this Jun 16, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the Ubuntu Python build environment setup to address Ubuntu 26.04 builds failing for Python 3.10–3.12 due to missing crypt.h (libxcrypt) headers by default.

Changes:

  • Adds a conditional dependency install (libcrypt-dev) for Ubuntu 26.04 when building Python 3.10–3.12.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread builders/ubuntu-python-builder.psm1

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Comment thread builders/ubuntu-python-builder.psm1
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.

3 participants