bootstrap: add .gitmodules to the sources#111201
Merged
bors merged 1 commit intorust-lang:masterfrom May 4, 2023
Merged
Conversation
The bootstrap builder now expects this file to exist: https://github.com/rust-lang/rust/blob/6f8c0557e0b73c73a8a7163a15f4a5a3feca7d5c/src/bootstrap/builder.rs#L494
Collaborator
|
(rustbot has picked a reviewer for you, use r? to override) |
Contributor
Author
|
r? @jyn514 |
Member
|
r=me with CI passing (use @bors delegate=krasimirgg rollup |
Collaborator
Collaborator
|
✌️ @krasimirgg can now approve this pull request |
Member
|
that is uhhhh several bugs in bors @bors r- |
Member
|
@bors r=jyn514 |
Collaborator
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
May 4, 2023
…iaskrgr Rollup of 8 pull requests Successful merges: - rust-lang#108865 (Add a `sysroot` crate to represent the standard library crates) - rust-lang#110651 (libtest: include test output in junit xml reports) - rust-lang#110826 (Make PlaceMention a non-mutating use.) - rust-lang#110982 (Do not recurse into const generic args when resolving self lifetime elision.) - rust-lang#111009 (Add `ascii::Char` (ACP#179)) - rust-lang#111100 (check array type of repeat exprs is wf) - rust-lang#111186 (Add `is_positive` method for signed non-zero integers.) - rust-lang#111201 (bootstrap: add .gitmodules to the sources) Failed merges: - rust-lang#110954 (Reject borrows of projections in ConstProp.) r? `@ghost` `@rustbot` modify labels: rollup
|
please backport with the fix you might come up for this to beta branch, compiling beta is broken at the moment if you use the upstream tarballs. |
Merged
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
May 7, 2023
…k-Simulacrum [beta] backport This PR backports: - rust-lang#111015: Remove wrong assertion in match checking. - rust-lang#110917: only error combining +whole-archive and +bundle for rlibs - rust-lang#111201: bootstrap: add .gitmodules to the sources r? `@Mark-Simulacrum`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The bootstrap builder now expects this file to exist:
rust/src/bootstrap/builder.rs
Line 494 in 6f8c055
Zulip thread: https://rust-lang.zulipchat.com/#narrow/stream/187780-t-compiler.2Fwg-llvm/topic/missing.20llvm-project.2Fruntimes.20in.20beta.20srcs