feat(25.04): rustc-1.84 slices#610
Closed
lczyk wants to merge 21 commits intocanonical:ubuntu-25.04from
Closed
Conversation
|
Diff of dependencies: slices/rustc-1.84.yaml@@ -1,7 +1,6 @@
-binutils
-gcc
-libc-dev
+base-files
libc6
+libc6-dev
libgcc-s1
libllvm19
libstd-rust-1.84-dev |
affb9a4 to
be49518
Compare
zhijie-yang
requested changes
Aug 13, 2025
Collaborator
There was a problem hiding this comment.
Hey @lczyk , thanks for the PR! I have a few suggestions for you. I'd also suggest you remove the unnecessary blank lines in the files to make them look tidier.
This was referenced Sep 3, 2025
e49dd18 to
ae104e7
Compare
4836b3b to
e984a3d
Compare
This was referenced Sep 16, 2025
241aca1 to
99ba66f
Compare
2b7ac99 to
17e6111
Compare
4ee4aae to
6072639
Compare
cjdcordeiro
approved these changes
Jan 9, 2026
Collaborator
Author
|
closing since plucky is EOL |
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.
Proposed changes
slices of
rustc-1.84logically the same as #806 (rust-1.75 on 24.04), but now the default version is 1.84 and the
rustcslice is just a symlink to it.Related issues/PRs
this PR is part of the following stack:
feat(25.04): libc6-dev slices #633feat(25.04): binutils slices #644feat(25.04): cpp-14 slices #648feat(25.04): gcc-14 slices #649feat(25.04): add binutils and gcc symlinks #805Forward porting
the default rust versions for each of the current versions of Ubuntu are:
feat(25.04): rustc-1.84 slices #610(EOL) (this PR)feat(25.04): rustc-1.85 slices #840(EOL)Checklist
🦀