We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b934f4 commit 62b0b3cCopy full SHA for 62b0b3c
scripts/perf/lib.sh
@@ -106,7 +106,7 @@ function build_test_suite() {
106
107
# Install and enable the repository that provides the LLVM Toolchain
108
if [[ -n "${COPR_PROJECT}" ]]; then
109
- dnf copr enable -y ${COPR_OWNER}/${COPR_PROJECT}
+ dnf copr enable -y ${COPR_OWNER}/${COPR_PROJECT} ${CHROOT}
110
local repo_file=$(dnf repoinfo --json *${COPR_PROJECT}* | jq -r ".[0].repo_file_path")
111
distname=$(rpm --eval "%{?fedora:fedora}%{?rhel:rhel}")
112
sed -i "s/\$distname/$distname/g" $repo_file
0 commit comments