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
Development (host) and target OS/architectures:
Windows 11 x64 23H2
Output of bazel --version:
7.3.1
Version of relevant rules from the WORKSPACE or MODULE.bazel file:
bazel_dep(name = "hermetic_cc_toolchain", version = "3.1.1")
bazel_dep(name = "zlib", version = "1.3.1.bcr.3")
bazel_dep(name = "bzip2", version = "1.0.8.bcr.1")
bazel_dep(name = "lz4", version = "1.9.4")
bazel_dep(name = "zstd", version = "1.5.6")
bazel_dep(name = "xz", version = "5.4.5.bcr.4")
What happened?
As the title says i'm getting this error when i try to build the xz module
Of course all the files seems to be in the correct place and if i manually run this command, it works without errors:
cmd.exe /C bazel-out\x64_windows-fastbuild\bin\external\xz~\copy_config-cmd.bat
Version
Development (host) and target OS/architectures:
Windows 11 x64 23H2
Output of
bazel --version
:7.3.1
Version of relevant rules from the
WORKSPACE
orMODULE.bazel
file:bazel_dep(name = "hermetic_cc_toolchain", version = "3.1.1")
bazel_dep(name = "zlib", version = "1.3.1.bcr.3")
bazel_dep(name = "bzip2", version = "1.0.8.bcr.1")
bazel_dep(name = "lz4", version = "1.9.4")
bazel_dep(name = "zstd", version = "1.5.6")
bazel_dep(name = "xz", version = "5.4.5.bcr.4")
toolchains = use_extension("@hermetic_cc_toolchain//toolchain:ext.bzl", "toolchains")
use_repo(toolchains, "zig_sdk")
register_toolchains(
"@zig_sdk//toolchain:windows_amd64",
)
xz is the only module which throws this error, all the other modules works good.
How to reproduce
No response
Any other information?
No response
The text was updated successfully, but these errors were encountered: