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
tests/ci: only install qemu-user-static if QEMUSTATIC is set
In an upcoming patch, arm64 hosts will default to using bhyve to run CI.
However, emulators/qemu-user-static does not exist for arm64, and is not needed
when the target is also arm64.
This patch ensures that qemu-user-static will only be requested for install if QEMUSTATIC is set.
Signed-off-by: Siva Mahadevan <[email protected]>
Sponsored by: The FreeBSD Foundation
0 commit comments