From 904a9b72b6593c21cb6f81cb1f2e8fa0ece08d6a Mon Sep 17 00:00:00 2001 From: the Mulhern Date: Mon, 27 Jan 2025 10:36:10 -0500 Subject: [PATCH] Build f41 and f40 copr repos with additional repo Allow testing against recently release libcryptsetup-rs. Signed-off-by: mulhern --- .packit.yaml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.packit.yaml b/.packit.yaml index 0504a12d8b..09e2536984 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -30,7 +30,21 @@ jobs: - job: copr_build trigger: pull_request targets: - - fedora-all + - fedora-development + + - job: copr_build + trigger: pull_request + additional_repos: + - https://dl.fedoraproject.org/pub/fedora/linux/updates/testing/41/Everything/x86_64/ + targets: + - fedora-41 + + - job: copr_build + trigger: pull_request + additional_repos: + - https://dl.fedoraproject.org/pub/fedora/linux/updates/testing/40/Everything/x86_64/ + targets: + - fedora-40 - job: tests identifier: local