chore(coreutils): update to 0.9.0 - #1270
Open
mjburghard wants to merge 2 commits into
Open
Conversation
mjburghard
force-pushed
the
update-coreutils
branch
from
July 27, 2026 08:13
b0c1727 to
eac7202
Compare
mjburghard
marked this pull request as ready for review
July 27, 2026 08:16
jbedard
approved these changes
Jul 30, 2026
jbedard
enabled auto-merge (squash)
July 30, 2026 20:56
Collaborator
|
@mjburghard I added one minor cleanup commit but it looks like windows is still failing. Would you be able to check that out? |
Author
|
@jbedard I think I need to make some more changes, since coreutils remove |
Switch hashes.bzl to call cksum instead of the remove hashsum util.
…version map The x86_64-pc-windows-msvc archives have shipped one binary per applet instead of the multicall coreutils.exe since 0.7.0, which broke every coreutils action on Windows x86_64. The windows-gnu archive still ships the multicall binary. Also drop the unused linux_riscv64gc entry (no such platform in COREUTILS_PLATFORMS) and add the trailing commas buildifier requires.
auto-merge was automatically disabled
July 31, 2026 08:56
Head branch was pushed to by a user without write access
mjburghard
force-pushed
the
update-coreutils
branch
from
July 31, 2026 08:57
a83e457 to
af37919
Compare
jbedard
self-requested a review
July 31, 2026 18:29
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.
Update https://github.com/uutils/coreutils from 0.5.0 to 0.9.0 with all its bug fixes and performance improvements.