]> git.lizzy.rs Git - rust.git/commit
Auto merge of #101703 - nicholasbishop:bishop-add-uefi-ci-2, r=jyn514
authorbors <bors@rust-lang.org>
Fri, 4 Nov 2022 17:00:24 +0000 (17:00 +0000)
committerbors <bors@rust-lang.org>
Fri, 4 Nov 2022 17:00:24 +0000 (17:00 +0000)
commitc2a5c3a50fc3fb6d16cd140f55f7db61cbf08a01
treed1faa7d6bbb6670140f8aa2cda8674474df12fb6
parent6330c27ae24ec1556cf2b97eeac333dc23391686
parent1e264abf795540a46fb14aa1f0ed717e4f22ecff
Auto merge of #101703 - nicholasbishop:bishop-add-uefi-ci-2, r=jyn514

Add QEMU test for x86_64-unknown-uefi

The UEFI targets don't have std support yet, so the normal tests don't work. However, we can compile a simple no-std program and run it under QEMU to at least check that the target compiles, links, and runs.

Tested locally with: `src/ci/docker/run.sh x86_64-uefi`