[PATCH] D119547: [libc][bazel] Add tests to the bazel build
Geoffrey Martin-Noble via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 8 13:42:21 PST 2022
GMNGeoffrey added a subscriber: aeubanks.
GMNGeoffrey added a comment.
In D119547#3908195 <https://reviews.llvm.org/D119547#3908195>, @gchatelet wrote:
> **edit** Even if Bazel is able to build `make`, `m4` is required to build `gmp`. It's actually a known issue : https://github.com/bazelbuild/rules_foreign_cc/issues/755
> So for now we need at least `m4`, `autoconf` and `automake` to be installed on the machine anyways. So let's assume that `make` is available as well.
@aeubanks can we see about installing these dependencies on the builders?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119547/new/
https://reviews.llvm.org/D119547
More information about the llvm-commits
mailing list