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

Migrate to x86_64-unknown-none #412

Closed
5 tasks done
mkroening opened this issue Mar 27, 2022 · 0 comments · Fixed by #430
Closed
5 tasks done

Migrate to x86_64-unknown-none #412

mkroening opened this issue Mar 27, 2022 · 0 comments · Fixed by #430
Assignees

Comments

@mkroening
Copy link
Member

mkroening commented Mar 27, 2022

See hermit-os/hermit-rs#197.

@mkroening mkroening self-assigned this Mar 27, 2022
bors bot added a commit that referenced this issue Apr 24, 2022
430: Migrate to x86_64-unknown-none r=stlankes a=mkroening

Closes #412.

This reduces initial build times of the kernel, since `core` and `alloc` are now downloaded instead of compiled ourselves. `x86_64-unknown-none` is tier 2 and ships artifacts, so we can omit `build-std`.

Co-authored-by: Martin Kröning <[email protected]>
@bors bors bot closed this as completed in #430 Apr 24, 2022
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

Successfully merging a pull request may close this issue.

1 participant