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
When upgrading to Bazel 7.0.2 from 6.5.0, with no other changes (bzlmod explicitly disabled), my llvm build fails in CI (Google Cloud Build) saying that a file can't be found. I'm not quite sure what would cause that change.
external/go_sdk/pkg/tool/linux_amd64/link: running external/llvm_toolchain/bin/cc_wrapper.sh failed: exit status 1
external/llvm_toolchain_llvm/bin/ld.lld: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory
When upgrading to Bazel 7.0.2 from 6.5.0, with no other changes (bzlmod explicitly disabled), my llvm build fails in CI (Google Cloud Build) saying that a file can't be found. I'm not quite sure what would cause that change.
Possibly related issue:
Error logs
not full files, just seemingly relevant pieces
.bazelrc
WORKSPACE
Dockerfile
The text was updated successfully, but these errors were encountered: