Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build-std with bindeps #356

Open
kimtahen opened this issue Mar 17, 2023 · 1 comment
Open

build-std with bindeps #356

kimtahen opened this issue Mar 17, 2023 · 1 comment

Comments

@kimtahen
Copy link

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?

@phil-opp
Copy link
Member

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants