Skip to content

Commit

Permalink
Enforce installing llvm-libs from the copr repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesus Checa Hidalgo committed Sep 4, 2024
1 parent d9ba049 commit aee0a58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/snapshot-gating.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ prepare:
# parsing ourselves.
# Check https://github.com/fedora-copr/copr/issues/3387
- sed -i "s/\$distname/$(echo "$COPR_CHROOT" | cut -d '-' -f 1)/" /etc/yum.repos.d/*$COPR_PROJECT*
# Ensure that latest llvm-libs (from our snapshot) is installed to prevent
# potential dependency solving issues when rpms depending on llvm-libs are
# already in the system.
- dnf -y install --best llvm-libs

# Lower the priority of the testing-farm-tag-repository so that our copr repo is picked up.
# See: https://docs.testing-farm.io/Testing%20Farm/0.1/test-environment.html#_tag_repository
Expand Down

0 comments on commit aee0a58

Please sign in to comment.