You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
What happened?
https://github.com/aspect-build/bazel-lib/blob/1697a3275becc29d0c002f6ef18bd63885b4d758/lib/private/coreutils_toolchain.bzl#L54
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
:Version of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file: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
, but0.0.26
is prepended before the name of the file which breaks the URL.The text was updated successfully, but these errors were encountered: