Skip to content

Commit 7da9f9f

Browse files
committed
Ensure sysroot toolchain is transitioned to
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent 3037420 commit 7da9f9f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bazel/toolchain_transitions.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ cc_clang_binary = meta.wrap_with_transition(
2929
native.cc_binary,
3030
{
3131
"@//bazel/cc_toolchains:compiler": meta.replace_with("clang"),
32+
"@//bazel/cc_toolchains:libc_version": meta.replace_with("glibc2_36"),
3233
},
3334
executable = True,
3435
)

0 commit comments

Comments
 (0)