[PATCH] D119547: [libc][bazel] Add tests to the bazel build
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 10 09:11:12 PST 2022
aeubanks added a comment.
In D119547#3915920 <https://reviews.llvm.org/D119547#3915920>, @GMNGeoffrey wrote:
> 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?
was at the llvm dev meeting, I'll try to find time to look into this
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