-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Teach bootstrap install and dist commands about TargetSelection #74495
Conversation
Looks like you'll need to rustfmt: https://github.com/rust-lang/rust/pull/74495/checks?check_run_id=886036950#step:22:1573 |
r=me with that fixed though |
With this, we can now use a target JSON file to build a cross-compiler: ``` x.py install --host ../aarch64-apple-darwin.json --target aarch64-apple-darwin ```
f65f6c1
to
57614da
Compare
📌 Commit 57614da has been approved by |
⌛ Testing commit 57614da with merge 56f8feaaabfae6c32d13f56f9c7bf8a08f3eb7d7... |
…les, r=Mark-Simulacrum Teach bootstrap install and dist commands about TargetSelection With this, we can now use a target JSON file to build a cross-compiler: ``` x.py install --host ../aarch64-apple-darwin.json --target aarch64-apple-darwin ``` r? @Mark-Simulacrum
@bors retry yoeld |
@abors retry yield |
@bors retry yield |
⌛ Testing commit 57614da with merge 845b434786603fd2a2776f59c0f385a845f9b34a... |
💔 Test failed - checks-azure |
@bors retry
|
☀️ Test successful - checks-actions, checks-azure |
With this, we can now use a target JSON file to build a
cross-compiler:
r? @Mark-Simulacrum