build should not require system library dependencies
Open
build
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 283
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 135
Description
As originally pointed in #1, it looks like the libtinfo5 implicit dependency is still present:
```
external/llvm_toolchain_llvm/bin/clang: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
```
We should find a way to make this self contained to the bazel workspace.
Contributor guide
Assessment
This issue has not been assessed yet.