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

Adjustments for RustyHermit #112525

Merged
merged 4 commits into from
Jul 14, 2023
Merged

Adjustments for RustyHermit #112525

merged 4 commits into from
Jul 14, 2023

Commits on Jul 12, 2023

  1. add support of available_parallelism for target hermit

    On RustyHermit, the function `get_processor_count` returns the
    number of activated processors.
    stlankes committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    5842a3f View commit details
    Browse the repository at this point in the history
  2. define hermit_abi as public depedenceny

    It's exported publicly, so it should not be linted.
    stlankes committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    50c7344 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1777f9 View commit details
    Browse the repository at this point in the history
  4. use latest version of hermit-abi

    0.3.0 and 0.3.1 have an issue and will be yanked. Consequently, std
    should switch to 0.3.2.
    stlankes committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    8666ade View commit details
    Browse the repository at this point in the history