Loading
fwupd: only enable HSI on x86
Upstream auto-disables the `hsi` meson feature on non-x86 hosts, but nixpkgs' meson setup hook passes `-Dauto_features=enabled` which overrides that and force-enables it everywhere. With HSI compiled in, `fwupdtool security` succeeds on aarch64 while the installed test script expects it to fail on non-x86, so `fwupdtool.test` has been broken on Hydra/aarch64-linux since fwupd 2.0.17. Explicitly mirror upstream's auto behaviour so the installed tests match their expectations again.