rust-osdev / bootloader

An experimental pure-Rust x86 bootloader
Apache License 2.0
1.39k stars 212 forks source link

Fix docs.rs build #358

Closed phil-opp closed 1 year ago

phil-opp commented 1 year ago

Fixes the current docs.rs build errors by setting the required env variables also for dummy builds.

This issue was introduced in #324. To ensure that we notice such issues in the future, this PR also adds a CI check that verifies that the crate builds with the docsrs_dummy_build flag.