Prevent libffi 3.4 rebuild until after mass rebuild.

This commit is contained in:
Carlos O'Donell 2021-07-22 11:00:23 -04:00
parent b50252019d
commit 382d13fd9f
1 changed files with 4 additions and 0 deletions

View File

@ -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