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

removing architecture requirements for RustyHermit #94019

Merged
merged 2 commits into from
Feb 20, 2022

Commits on Feb 15, 2022

  1. removing architecture requirements for RustyHermit

    RustHermit and HermitCore is able to run on aarch64 and x86_64.
    In the future these operating systems will also support RISC-V.
    Consequently, the dependency to a specific target should be removed.
    Building hermit-abi fails if the architecture isn't supported.
    stlankes committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    1ab5b0b View commit details
    Browse the repository at this point in the history
  2. remove compiler warnings

    stlankes committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    227d106 View commit details
    Browse the repository at this point in the history