We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3037420 commit 7da9f9fCopy full SHA for 7da9f9f
1 file changed
bazel/toolchain_transitions.bzl
@@ -29,6 +29,7 @@ cc_clang_binary = meta.wrap_with_transition(
29
native.cc_binary,
30
{
31
"@//bazel/cc_toolchains:compiler": meta.replace_with("clang"),
32
+ "@//bazel/cc_toolchains:libc_version": meta.replace_with("glibc2_36"),
33
},
34
executable = True,
35
)
0 commit comments