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 #430

Merged
merged 1 commit into from
Apr 24, 2022
Merged

Conversation

mkroening
Copy link
Member

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.

@mkroening mkroening force-pushed the x86_64-unknown-none branch from e79398b to a0c5468 Compare April 24, 2022 14:54
@mkroening mkroening changed the title [WIP] Migrate to x86_64-unknown-none Migrate to x86_64-unknown-none Apr 24, 2022
@mkroening mkroening marked this pull request as ready for review April 24, 2022 14:54
@mkroening mkroening requested a review from stlankes April 24, 2022 14:54
Copy link
Contributor

@stlankes stlankes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors r+

@bors
Copy link
Contributor

bors bot commented Apr 24, 2022

@bors bors bot merged commit 861aa4e into hermit-os:master Apr 24, 2022
@mkroening mkroening deleted the x86_64-unknown-none branch April 24, 2022 22:07
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 this pull request may close these issues.

Migrate to x86_64-unknown-none
2 participants