From 4081aff3bbf0fabfa2f11bddbb56f6bd6d4721a5 Mon Sep 17 00:00:00 2001 From: lea Date: Wed, 31 Jul 2024 00:01:35 -0700 Subject: [PATCH] fix: don't run zed tests by default --- anda/devs/zed/nightly/zed-nightly.spec | 2 +- anda/devs/zed/preview/zed-preview.spec | 2 +- anda/devs/zed/stable/zed.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 2c020c2743..506ad2c407 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -3,7 +3,7 @@ %global commit_date 20240731 %global ver 0.147.0 -%bcond_without check +%bcond_with check # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index 68792d1184..7307657a85 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -1,4 +1,4 @@ -%bcond_without check +%bcond_with check %global ver 0.146.3 # Exclude input files from mangling diff --git a/anda/devs/zed/stable/zed.spec b/anda/devs/zed/stable/zed.spec index f744b757ab..f5903cf796 100644 --- a/anda/devs/zed/stable/zed.spec +++ b/anda/devs/zed/stable/zed.spec @@ -1,4 +1,4 @@ -%bcond_without check +%bcond_with check # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$