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
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]>
x86_64-unknown-none
: Align x86_64 target to x86_64-unknown-none #411llvm-target = "x86_64-unknown-none-elf"
: Targets: Use none-elf instead of hermit llvm-target #414x86_64-unknown-none
See hermit-os/hermit-rs#197.
The text was updated successfully, but these errors were encountered: