We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 089dabb + 9c3bb00 commit 6347638Copy full SHA for 6347638
2 files changed
local-remote-execution/cpp_env.json
@@ -1,5 +1,5 @@
1
{
2
"ABI_LIBC_VERSION": "glibc_2.38",
3
- "BAZEL_HOST_SYSTEM": "x86_64-unknown-linux-gnu",
+ "BAZEL_HOST_SYSTEM": "x86_64-unknown-linux-musl",
4
"BAZEL_TARGET_LIBC": "glibc_2.38"
5
}
local-remote-execution/generated-cc/cc/BUILD
@@ -134,7 +134,7 @@ cc_toolchain_config(
134
"-Xclang",
135
"-fno-cxx-modules",
136
]},
137
- host_system_name = "x86_64-unknown-linux-gnu",
+ host_system_name = "x86_64-unknown-linux-musl",
138
link_flags = [
139
"-fuse-ld=/nix/store/lrp069m8jb7gm0xaj8ww4gp37zwczc0z-llvm-binutils-wrapper-22.1.0-rc3/bin/ld.mold",
140
"-B/nix/store/5b69ajvn84dh0hyick8l3s0fl51kv776-customClang/bin",
0 commit comments