-
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
Actually prepare beta 1.49.0 #79162
Actually prepare beta 1.49.0 #79162
Conversation
If the LLVM was externally provided, then we don't currently copy artifacts into the sysroot. This is not necessarily the right choice (in particular, it will require the LLVM dylib to be in the linker's load path at runtime), but the common use case for external LLVMs is distribution provided LLVMs, and in that case they're usually in the standard search path (e.g., /usr/lib) and copying them here is going to cause problems as we may end up with the wrong files and isn't what distributions want. This behavior may be revisited in the future though.
Co-authored-by: Vadim Petrochenkov <vadim.petrochenkov@gmail.com>
Co-authored-by: Vadim Petrochenkov <vadim.petrochenkov@gmail.com> Co-authored-by: Jonas Schievink <jonasschievink@gmail.com> Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
Co-authored-by: Camelid <camelidcamel@gmail.com> Co-authored-by: Mark Rousskov <mark.simulacrum@gmail.com>
…ackline in source rendering
@bors r+ p=500 rollup=never |
📌 Commit 6142bf6 has been approved by |
⌛ Testing commit 6142bf6 with merge dd09f70a6471d5b30f60b943036d271e9cab6dbf... |
💔 Test failed - checks-actions |
Forgot to include the aarch64 windows fix. @bors r+ p=500 |
📌 Commit 7477867 has been approved by |
Can you also include #79141? |
@mati865 uh, just saw that, woops. |
☀️ Test successful - checks-actions |
This PR sets everything up for beta 1.49.0, and backports the following PRs to it:
This is the same as #79132, but actually targeting the right branch.
r? @ghost
cc @rust-lang/release