drop UML on i586 to avois doing useless work

This commit is contained in:
Mikhail Novosyolov 2020-12-30 22:31:45 +03:00
parent 9133418d2c
commit c25b2095a3

View file

@ -60,7 +60,9 @@
%bcond_without additional_keys
# User Mode Linux, https://habr.com/ru/company/itsumma/blog/459558/
%ifarch %{ix86} %{x86_64}
# Not buildable on aarch64
# Current config is derived from x86_64, I do not see sense in maintaining UML for i586
%ifarch %{x86_64}
%bcond_without uml
%else
%bcond_with uml