Skip to content

Commit 9c3bb00

Browse files
committed
More musl attempts
1 parent b563734 commit 9c3bb00

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"ABI_LIBC_VERSION": "glibc_2.38",
3-
"BAZEL_HOST_SYSTEM": "x86_64-unknown-linux-gnu",
3+
"BAZEL_HOST_SYSTEM": "x86_64-unknown-linux-musl",
44
"BAZEL_TARGET_LIBC": "glibc_2.38"
55
}

local-remote-execution/generated-cc/cc/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ cc_toolchain_config(
134134
"-Xclang",
135135
"-fno-cxx-modules",
136136
]},
137-
host_system_name = "x86_64-unknown-linux-gnu",
137+
host_system_name = "x86_64-unknown-linux-musl",
138138
link_flags = [
139139
"-fuse-ld=/nix/store/lrp069m8jb7gm0xaj8ww4gp37zwczc0z-llvm-binutils-wrapper-22.1.0-rc3/bin/ld.mold",
140140
"-B/nix/store/5b69ajvn84dh0hyick8l3s0fl51kv776-customClang/bin",

0 commit comments

Comments
 (0)