From 2c7a3255ac4820a72806405fa993e1865d17a289 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 12 Jul 2021 01:11:07 +0800 Subject: [PATCH] enable quick build for s390x llvm bootstrap --- ghc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc.spec b/ghc.spec index e50d960..4afea93 100644 --- a/ghc.spec +++ b/ghc.spec @@ -1,6 +1,6 @@ # disable prof, docs, perf build, debuginfo # NB This must be disabled (bcond_with) for all koji production builds -%bcond_with quickbuild +%bcond_without quickbuild # make sure ghc libraries' ABI hashes unchanged %bcond_without abicheck