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

Make cargo bootimage use cargo build instead of cargo xbuild #63

Merged
merged 10 commits into from
Jul 17, 2020

Commits on Jul 17, 2020

  1. Configuration menu
    Copy the full SHA
    3ce65d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f5e718 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e680f9 View commit details
    Browse the repository at this point in the history
  4. Use config.build_command instead of rlibc heuristic

    This is a breaking change since it changes the default build command to `cargo build`.
    phil-opp committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    11501a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    058439b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e5f343 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f886c1f View commit details
    Browse the repository at this point in the history
  8. Don't install cargo-xbuild on CI

    It should be no longer necessary.
    phil-opp committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    2cb9a97 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8271e9e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b3aaf4f View commit details
    Browse the repository at this point in the history