Keith Smiley

Results 1357 comments of Keith Smiley

Newer NDK support is being worked on over here outside of bazel core: https://github.com/bazelbuild/rules_android_ndk We're using this new rule set successfully today, but please file any issues you find over...

Maybe we could do some extra retrying here?

We still see this with 4.0.0: ``` FATAL: failed to create installation symlink '/private/var/tmp/b/e7bd72a701bd567d022e9a94d948a6f2/install': (error: 2): No such file or directory ```

I actually reproduced this today with 6.0.0-pre.20220630.1, I haven't tried to see if it's reliable, but in 1 terminal I did a `bazel clean --expunge`, and in a second terminal...

Up to this point the apple rules don't support platforms in general, which is why this case isn't covered. it likely works with swift_library directly because there are no custom...

You can submit directly to the 5.x branch if absolutely necessary but the problem is if you don't submit to master first we might miss your fix once you do...

Right now the assumption is that if you need extra processing you do that ahead of time with some [`expand_template` type rule](https://github.com/bazelbuild/bazel-skylib/pull/330), and then pass the output of that into...

Related: - https://github.com/bazelbuild/rules_apple/issues/1650 - https://github.com/bazelbuild/bazel/issues/15041