commit | 8a51ac6c7e08cb65db430704371efdf8d8d56ab7 | [log] [tgz] |
---|---|---|
author | Tyler Chatow <tchatow@gmail.com> | Tue Mar 15 13:23:12 2022 -0700 |
committer | Tyler Chatow <tchatow@gmail.com> | Tue Mar 15 13:31:32 2022 -0700 |
tree | e26335e640888dcd5cbbb5de6c86e061ce822abd | |
parent | d73ee8e3729b906d32c3355b5550ef5f04ef3cc3 [diff] [blame] |
Include libtinfo5 with the llvm toolchain. Change-Id: Ic6de9f13e56181f117640008b96aa04d46ff8329 Signed-off-by: Tyler Chatow <tchatow@gmail.com>
diff --git a/third_party/bazel-toolchain/toolchain/internal/repo.bzl b/third_party/bazel-toolchain/toolchain/internal/repo.bzl index ab6efe7..3be5388 100644 --- a/third_party/bazel-toolchain/toolchain/internal/repo.bzl +++ b/third_party/bazel-toolchain/toolchain/internal/repo.bzl
@@ -33,6 +33,13 @@ executable = False, ) + rctx.symlink( + Label("@libtinfo5//lib/x86_64-linux-gnu:libtinfo.so.5.9"), + "lib/libtinfo.so.5.9", + ) + + rctx.symlink("lib/libtinfo.so.5.9", "lib/libtinfo.so.5") + _download_llvm_preconfigured(rctx) # We try to avoid patches to the downloaded repo so that it is easier for