bootloader icon indicating copy to clipboard operation
bootloader copied to clipboard

build-std with bindeps

Open kimtahen opened this issue 2 years ago • 1 comments

0.11.x version of bootloader crate uses artifacts, but when I tried to build a kernel with build-std, it panics. It seems like the same issue with https://github.com/rust-lang/cargo/issues/10444#issue-1155976634. Is this issue resovled? Or, is there any other ways to handle this?

kimtahen avatar Mar 17 '23 15:03 kimtahen

I guess you could work around this cargo issue by running a manual cargo build -Zbuild-std command for your kernel from your top-level build script (instead of using an artifact dependency for your kernel).

phil-opp avatar Nov 21 '23 14:11 phil-opp