From 7a6d8c31282532f66bd78e30fa8be3a3122bdf8f Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 17 Sep 2024 11:27:01 +0200 Subject: [PATCH] Install llvm-test-suite from copr --- tests/snapshot-gating.fmf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/snapshot-gating.fmf b/tests/snapshot-gating.fmf index 11063ffd..7112e34f 100644 --- a/tests/snapshot-gating.fmf +++ b/tests/snapshot-gating.fmf @@ -36,6 +36,9 @@ prepare: # already in the system. - dnf -y install --best llvm-libs + # Use a newer llvm-test-suite version from copr. + - dnf copr enable -y @fedora-llvm-team/llvm-test-suite $COPR_CHROOT + - name: "Check that snapshot (~pre) version of LLVM is installed" how: shell order: 99