-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Joshua's CI playground #76797
Closed
Closed
Joshua's CI playground #76797
Commits on Sep 16, 2020
-
Otherwise, we may not have a standard library built for the native "host" target of the rustc being run.
Configuration menu - View commit details
-
Copy full SHA for 67a5112 - Browse repository at this point
Copy the full SHA 67a5112View commit details -
Build rustdoc for cross-compiled targets
This isn't an issue for most folks who use x.py dist, which will directly depend on this. But for x.py build, if we don't properly set target here rustdoc will not be built. Currently, there is not a default-on step for generating a rustc for a given target either, so we will fail to build a rustc as well.
Configuration menu - View commit details
-
Copy full SHA for 3c6cf7e - Browse repository at this point
Copy the full SHA 3c6cf7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83953c4 - Browse repository at this point
Copy the full SHA 83953c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03027f0 - Browse repository at this point
Copy the full SHA 03027f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for caaab28 - Browse repository at this point
Copy the full SHA caaab28View commit details -
Configuration menu - View commit details
-
Copy full SHA for a284012 - Browse repository at this point
Copy the full SHA a284012View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78a0931 - Browse repository at this point
Copy the full SHA 78a0931View commit details -
Don't generate bootstrap usage unless it's needed
Previously, `x.py` would unconditionally run `x.py build` to get the help message. After rust-lang#76165, when checking the CI stage was moved into `Config`, that would cause an assertion failure (but only only in CI!): ``` thread 'main' panicked at 'assertion failed: `(left == right)` left: `1`, right: `2`', src/bootstrap/config.rs:619:49 ``` This changes bootstrap to only generate a help message when it needs to (when someone passes `--help`).
Configuration menu - View commit details
-
Copy full SHA for 5af35c1 - Browse repository at this point
Copy the full SHA 5af35c1View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.