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

refactor: Use compilation target instead of build machine target for MSRV checks #825

Merged
merged 3 commits into from
Nov 12, 2023

Commits on Nov 11, 2023

  1. refactor: Install build machine toolchain and add target

    Instead of installing target toolchain directly, add the target toolchain as a target to the build machine toolchain.
    
    This commit does not attempt to address the same issue for the check, it only refactors the way toolchains and targets are installed.
    foresterre committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    170d334 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. refactor: Run the default check command with a target

    If no target is specified, the target of the build machine is used instead.
    
    Custom commands are not corrected, and need to supply their target themselves.
    foresterre committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    71ba36b View commit details
    Browse the repository at this point in the history
  2. docs: Add fixed behaviour of using compilation target instead of buil…

    …d machine target for MSRV checks to changelog
    foresterre committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    d2e571f View commit details
    Browse the repository at this point in the history