From 382d13fd9fc1f99ae1654c80273bdd0d258ed2b1 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Thu, 22 Jul 2021 11:00:23 -0400 Subject: [PATCH] Prevent libffi 3.4 rebuild until after mass rebuild. --- libffi.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libffi.spec b/libffi.spec index 14136af..cffbd9a 100644 --- a/libffi.spec +++ b/libffi.spec @@ -62,6 +62,10 @@ developing applications that use %{name}. %setup -q %build + +# Prevent rebuild within the mass rebuild. +exit 1 + # For now we disable the static templates to avoid ghc and # gobject-introspection failures: # https://gitlab.haskell.org/ghc/ghc/-/issues/20051