Bugzilla – Bug 1227137
evdi fails to build on aarch64
Last modified: 2024-07-16 16:30:44 UTC
evdi fails to build on aarch64 because multiple kernel flavors exist (64kb and default) but the spec file does not take it into account.
Indeed. This needs to be done a bit differently. [...] %build [...] for flavor in %{flavors_to_build}; do rm -rf obj/$flavor cp -r source obj/$flavor pushd obj/$flavor [build process] popd done [...] %install [...] for flavor in %{flavors_to_build}; do pushd obj/$flavor [install process] popd done [...] Joan is currently on vacation. He will take care of it once he's back.
Pardon my ignorance, but is this why aarch64 builds haven't been published since 06292024?
(In reply to Hunter Wardlaw from comment #2) > Pardon my ignorance, but is this why aarch64 builds haven't been published > since 06292024? Did it ever build against aarch64?
Here is the SR that fixes this: https://build.opensuse.org/request/show/1187960. Closing as fixed. Thanks.