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

Update rust resolving TARGET=HOST build issues #5446

Merged
merged 4 commits into from
Aug 3, 2021

Commits on Aug 2, 2021

  1. rust: update to 1.54.0 and enable host cross compiles

    Until target-applies-to-host is incorporated into stable this
    "target-applies-to-host" option is required for a matching
    host-target triple to be compiled by the cross compiler.
    
    Read more here:
    https://doc.rust-lang.org/cargo/reference/unstable.html#target-applies-to-host
    
    When rust-lang/cargo merges the following and it is released - then this "rust"
    package will need to be revisted if it is bumped.
    - Stabilize target-applies-to-host feature. #9753
    
    The following are the rust-lang/cargo PRs that made this possible:
    - Configure hosts separately from targets when --target is specified. #9322
    - Tracking Issue for target-applies-to-host #9453
    heitbaum committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    e23a0e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94edf01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e497d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79f2ce7 View commit details
    Browse the repository at this point in the history