You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 rust-lang/cargo#10444 (comment).
Is this issue resovled? Or, is there any other ways to handle this?
The text was updated successfully, but these errors were encountered:
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).
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 rust-lang/cargo#10444 (comment).Is this issue resovled? Or, is there any other ways to handle this?
The text was updated successfully, but these errors were encountered: