Skip to content
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

[Bug]: 2.7.3 broke coreutils on x86 MacOS #838

Open
timbess opened this issue May 13, 2024 · 0 comments · May be fixed by #850
Open

[Bug]: 2.7.3 broke coreutils on x86 MacOS #838

timbess opened this issue May 13, 2024 · 0 comments · May be fixed by #850
Labels
bug Something isn't working untriaged Requires traige

Comments

@timbess
Copy link

timbess commented May 13, 2024

What happened?

"filename": "coreutils-0.0.23-x86_64-apple-darwin.tar.gz",

This ends up generating this URL https://github.com/uutils/coreutils/releases/download/0.0.26/coreutils-0.0.23-x86_64-apple-darwin.tar.gz which is not valid.

Version

Development (host) and target OS/architectures:

Output of bazel --version:

❯ bazel --version
bazel 7.1.2

Version of the Aspect rules, or other relevant rules from your
WORKSPACE or MODULE.bazel file:

bazel_dep(name = "aspect_bazel_lib", version = "2.7.3")

Language(s) and/or frameworks involved: rust, python, js, c++, c

How to reproduce

No response

Any other information?

Seems like the newest release of coreutils dropped x86 MacOS? Not sure if that was on purpose, but I assume that's why this version was left at 0.0.23, but 0.0.26 is prepended before the name of the file which breaks the URL.

@timbess timbess added the bug Something isn't working label May 13, 2024
@github-actions github-actions bot added the untriaged Requires traige label May 13, 2024
@timbess timbess changed the title [Bug]: 2.7.3 broke core utils on x86 MacOS [Bug]: 2.7.3 broke coreutils on x86 MacOS May 13, 2024
@tx-chen tx-chen linked a pull request May 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged Requires traige
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant