Loading
rust-hypervisor-firmware: make assert lazy
The assert should not block `meta.platforms` checks from taking effect. Throwing lazily will allow CI to filter out the package on unsupported platforms *before* hitting the assert and avoids hacky workarounds.