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

De-couple Python and bootstrap slightly #76544

Merged
merged 5 commits into from
Sep 21, 2020

Commits on Sep 20, 2020

  1. Set BUILD_TRIPLE via build script

    This moves build triple discovery for rustbuild from bootstrap.py into a build
    script, meaning it will "just work" if building rustbuild via Cargo rather than
    Python.
    Mark-Simulacrum committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    6d19561 View commit details
    Browse the repository at this point in the history
  2. Remove support for different src directory

    This requires that bootstrap is run from the same worktree as the sources it'll
    build, but this is basically required for the build to work anyway. You can
    still run it from a different directory, just that the files it builds must be
    beside it.
    Mark-Simulacrum committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    e21eb61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a625ab7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1aac99d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf33aad View commit details
    Browse the repository at this point in the history