-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Backport to beta: disable jemalloc on executables for ios targets #46911
Closed
Conversation
This file contains 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
* Update the release channel config * Update the bootstrap compiler to the dev stable build * Update the cargo submodule to its master branch
I believe this was forgotten from rust-lang#45191 but hopefully is a simple fix!
[beta] Prepare the 1.23.0 beta release * Update the release channel config * Update the bootstrap compiler to the dev stable build * Update the cargo submodule to its master branch
[beta] Update rustfmt and rls r? @alexcrichton
Fixes rust-lang#46519. Patch as suggested by eddyb: rust-lang#46519 (comment)
…6253, r=nmatsakis Backport rust-lang#46428 and rust-lang#46253
Bump beta to .2. Trigger a 1.23.0-beta.2 release to make rust-lang#46516 availble, which blocks some issues for Firefox.
The usage of `Path::new` prevented out-of-tree builds (like the bots do) from working by accident! Closes rust-lang#46195
Temporary workaround since crosstool-ng.org was down. Consider mirroring the release tarball as a more permanent solution.
Use it until travis-ci/travis-ci#8891 is fixed.
…crichton Backport rust-lang#46385 r? @alexcrichton
r? @estebank (rust_highfive has picked a reviewer for you, use r? to override) |
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.
Back port of #46211