We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b60b8 commit e943e96Copy full SHA for e943e96
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