bazelbuild / rules_foreign_cc

Build rules for interfacing with "foreign" (non-Bazel) build systems (CMake, configure-make, GNU Make, boost, ninja, Meson)
https://bazelbuild.github.io/rules_foreign_cc
Apache License 2.0
649 stars 232 forks source link

Sort tests under examples/third_party and add zlib to the list. #1136

Closed bcsgh closed 6 months ago

bcsgh commented 6 months ago

While investigating https://github.com/bazelbuild/rules_foreign_cc/issues/1135 I noticed some issues relating to the test_suite()s under examples/third_party

The set I targeted is based on the result of this query:

bazel query -k 'kind(test_suite,(//... - //:all))+tests(...)-tests(kind(test_suite,(//... - //:all)))' | sort
bcsgh commented 6 months ago

I looks like the failing checks are failing at HEAD?