From 4bdf8638d0fb969e5f8b1587c663fb4cb1842b1a Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 21 Dec 2022 13:55:07 +0100 Subject: [PATCH] Disable tests, since they require Rust 1.63+ to compile --- rust-once_cell.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rust-once_cell.spec b/rust-once_cell.spec index e10f5f0..060f469 100644 --- a/rust-once_cell.spec +++ b/rust-once_cell.spec @@ -1,5 +1,7 @@ # Generated by rust2rpm 23 -%bcond_without check +# * tests only compile with Rust 1.63+: +# https://github.com/matklad/once_cell/issues/211 +%bcond_with check %global debug_package %{nil} %global crate once_cell