From 1208f4df59bfcd55ab5b4bcb2463bef8eadb4122 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 3 Feb 2025 09:08:03 -0500 Subject: [PATCH] packit: Disable rhel-9 until 9.6 We require a newer Rust. TODO re-enable post 9.6 Signed-off-by: Colin Walters --- .packit.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 0f826bb0..44191972 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -51,8 +51,9 @@ jobs: # rawhide is basically nil. - fedora-rawhide-x86_64 - fedora-rawhide-aarch64 - - rhel-9-x86_64 - - rhel-9-aarch64 + # Temporarily disabled due to too old Rust...reenable post 9.6 + # - rhel-9-x86_64 + # - rhel-9-aarch64 - job: tests trigger: pull_request