Keith Smiley

Results 1356 comments of Keith Smiley

sounds like we should either - fix the dep - add that feature to the BUILD file upstream - or pass `--features=external_include_paths --host_features=external_include_paths`

likely adding aspect_hints to a cc_import (assuming that's what you're trying to bridge) should work. otherwise a repro case of when you need this would be helpful https://github.com/bazelbuild/rules_swift/blob/ccfe585cd1fdf1f77edc57b42f52991f29bf36e4/third_party/com_github_apple_swift_nio/BUILD.overlay#L15-L23

looks like ci is failing here

https://github.com/google/xctestrunner/pull/76 is one of the issues now

i unblocked that one @ HEAD but it seems like there are some incompatibilities with missing cc_internal API

i looked at this at one point a few years ago but don't really recall where i ended up. we weren't using those heavily at the time so we mostly...

Will removing those extra files not break some other workflow?

here's that change if not: https://github.com/aspect-build/rules_py/pull/467