The restrictions are mostly from Travis CI days when cross-compilation was not feasible. Now we will be building natively on Arm, remove those lines.
Signed-off-by: Wei Liu <wei.l...@citrix.com> --- automation/scripts/build | 6 ------ 1 file changed, 6 deletions(-) diff --git a/automation/scripts/build b/automation/scripts/build index c463b060d4..482ed48201 100755 --- a/automation/scripts/build +++ b/automation/scripts/build @@ -22,12 +22,6 @@ if [[ "${CC}" == "clang" ]]; then cfgargs+=("--disable-stubdom") fi -if [[ "${XEN_TARGET_ARCH}" == "arm64" || "${XEN_TARGET_ARCH}" == "arm32" ]]; then - cfgargs+=("--disable-tools") # we don't have the cross depends installed -elif [[ "${CC}" != "clang" ]]; then - cfgargs+=("--enable-ovmf") # build ovmf with gcc on x86, arm doesn't use in-tree ovmf -fi - ./configure "${cfgargs[@]}" make -j$(nproc) dist -- 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel