Prevent accidental rebuilds
Otherwise, the mass rebuild might rebuild the package and tag it prematurely. Related: #1891914
This commit is contained in:
parent
c9dfd0609f
commit
a09f0403a8
@ -96,6 +96,8 @@ cd %{_builddir}/libffi-3.1
|
||||
%endif
|
||||
|
||||
%build
|
||||
# Prevent accidental rebuilds.
|
||||
exit 1
|
||||
|
||||
# For now we disable the static templates to avoid ghc and
|
||||
# gobject-introspection failures:
|
||||
|
Loading…
Reference in New Issue
Block a user