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
INFO: Repository toolchains_llvm~~llvm~llvm_toolchain_llvm instantiated at:
<builtin>: in <toplevel>
Repository rule llvm defined at:
/home/USER/.cache/bazel/_bazel_USER/01afa9c2444d0e5461c9c78c1470582d/external/toolchains_llvm~/toolchain/rules.bzl:27:23: in <toplevel>
ERROR: An error occurred during the fetch of repository 'toolchains_llvm~~llvm~llvm_toolchain_llvm':
Traceback (most recent call last):
File "/home/USER/.cache/bazel/_bazel_USER/01afa9c2444d0e5461c9c78c1470582d/external/toolchains_llvm~/toolchain/internal/repo.bzl", line 311, column 35, in llvm_repo_impl
updated_attrs = _download_llvm(rctx)
File "/home/USER/.cache/bazel/_bazel_USER/01afa9c2444d0e5461c9c78c1470582d/external/toolchains_llvm~/toolchain/internal/llvm_distributions.bzl", line 617, column 56, in download_llvm
urls, sha256, strip_prefix = _distribution_urls(rctx)
File "/home/USER/.cache/bazel/_bazel_USER/01afa9c2444d0e5461c9c78c1470582d/external/toolchains_llvm~/toolchain/internal/llvm_distributions.bzl", line 660, column 13, in _distribution_urls
fail("Unknown LLVM release: %s\nPlease ensure file name is correct." % basename)
Error in fail: Unknown LLVM release: LLVM-19.1.3-Linux-X64.tar.xz
Please ensure file name is correct.
ERROR: no such package '@@toolchains_llvm~~llvm~llvm_toolchain_llvm//': Unknown LLVM release: LLVM-19.1.3-Linux-X64.tar.xz
Please ensure file name is correct.
ERROR: /home/USER/.cache/bazel/_bazel_USER/01afa9c2444d0e5461c9c78c1470582d/external/toolchains_llvm~~llvm~llvm_toolchain/BUILD.bazel:203:14: @@toolchains_llvm~~llvm~llvm_toolchain//:clang-tidy depends on @@toolchains_llvm~~llvm~llvm_toolchain_llvm//:bin/clang-tidy in repository @@toolchains_llvm~~llvm~llvm_toolchain_llvm which failed to fetch. no such package '@@toolchains_llvm~~llvm~llvm_toolchain_llvm//': Unknown LLVM release: LLVM-19.1.3-Linux-X64.tar.xz
Please ensure file name is correct.
Looking at it, I don't think they changed the naming scheme, but something clearly broke.
The text was updated successfully, but these errors were encountered:
Ah no, I see the issue: you are using this repo at v1.2.0 but the compiler you want is newer! You need to use toolchains_llvm at master or the master commit to get those newer archives.
Ah I see, I would have assumed I could use the latest version of LLVM, since the upstream archives follow a predictable naming scheme. I guess the reason then is to handle checksums? What is the release cadence of this repo?
works, but this does not:
Yet https://github.com/llvm/llvm-project/releases/tag/llvmorg-19.1.3 is the most recent release as of writing this. The error is as follows:
Looking at it, I don't think they changed the naming scheme, but something clearly broke.
The text was updated successfully, but these errors were encountered: