Skip to content

Conversation

@ssimpson89
Copy link

Problem

dnf update was overwriting the alternatives-managed python3 symlink, causing it to point to python3.9 instead of python3.11.

Solution

Move alternatives commands to run after dnf update so package updates can't overwrite the configuration.

Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
Copilot AI review requested due to automatic review settings January 30, 2026 20:14
@ciq-it-service-account
Copy link

ciq-it-service-account commented Jan 30, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Copy link

Copilot AI left a comment

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 fixes an issue where dnf update was overwriting the alternatives-managed python3 symlink, causing it to point to python3.9 instead of the intended python3.11.

Changes:

  • Moved dnf update -y && dnf clean all command to run before the alternatives commands in the build steps

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

@cigamit cigamit merged commit 32a95dc into ctrliq:main Jan 30, 2026
10 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants