mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-19 21:44:23 +01:00
For qemu 6.1.0 build on arm64, compile error occurs when "-pie" is added to ldflag. tests/plugins/empty.c won't be linked as a sysmbol is missing. I consider there maybe a bug. Before figure it out, we should disable plugins for qemu 6.1.0 on arm64. Fixes: #2707 Signed-off-by: Jianyong Wu <jianyong.wu@arm.com>