You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
move the TlsLib resolution to a AARCH64-only section to force the build to fail early when attempting to build 32-bit ARM targets with NETWORK_TLS_ENABLE set.
So NETWORK_TLS_ENABLE is not supported on ARM build right now.
I think -D NETWORK_TLS_ENABLE should be removed for ARM building in PKGBUILD
cc @ardbiesheuvel I've provided a PR that directly reports the error message when building for 32-bit ARM with NETWORK_TLS_ENABLE set to TRUE , please review and give some comments when you have time.
Hi! 👋
I maintain this project as a package for Arch Linux.
With 202411, there are issues building
ArmVirtQemu.dsc
:The current build script (for the previous version) can be found here: https://gitlab.archlinux.org/archlinux/packaging/packages/edk2/-/blob/f3f9acaeff606985883f5df178f402e14aef8a94/PKGBUILD
The build fails specifically for https://gitlab.archlinux.org/archlinux/packaging/packages/edk2/-/blob/f3f9acaeff606985883f5df178f402e14aef8a94/PKGBUILD#L296-309 but appears to work fine for the other architectures.
Any hints would be much appreciated! 🙏
The text was updated successfully, but these errors were encountered: