Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lower the priority of testing-farm-tag-repo as first prepare task #703

Merged
merged 1 commit into from
Sep 7, 2024

Conversation

jchecahi
Copy link
Contributor

@jchecahi jchecahi commented Sep 6, 2024

This is a followup for #697 and fixes a corner-case we didn't noticed in that PR:

If the test system is a testing-farm system, has a testing-farm-tag-repository with high priority, and the distro has pre-installed an rpm which depends on llvm-libs (such as bcc, mesa-dri-drivers, etc), then dnf install --best will still consider as "best" the rpms coming from the highest priority repo -- which is testing-farm-tag-repository. Hence we must first lower the tag repo priority, then add the copr repo and ask dnf to install/update llvm-libs.

@jchecahi jchecahi requested a review from kwk September 6, 2024 11:09
@kwk kwk merged commit 816d4e0 into fedora-llvm-team:main Sep 7, 2024
4 of 5 checks passed
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