ed-irl

Results 9 comments of ed-irl

Hi there, I just happened across this issue after attempting to make such a package group. It would be great if this feature could be added! 😃

Thanks for the heads up. @luispadron do you happen to know if there will be a similar update to rules_apple? I was going to submit an almost identical patch there...

@luispadron thanks for the info. I'm not familiar with this style of git development (having an upstream branch that features are cherry-picked off of vs just merging as one would...

@luispadron it looks like the architecture of the `swift_test` rule on upstream has diverged quite a bit (master no longer has the test wrapper script and seems to be doing...

Another note - in case other folks happen across this issue with the same problem. I was able to overcome this issue by creating separate `swift_proto_compiler` targets in my project...

After working on this a little bit more, I've been able to further isolate the problem to entitlements that require hardened runtime. Simply adding `codesignopts = ["--options=runtime"],` as suggested by...

I played around with this today and may come back to it. You can indeed codesign the bundle (or binary within the bundle) by using `codesign --force --sign - --entitlements...

@ratnikov I was just lurking on the issue that this patch is targeted towards. Is there an alternative/competing patch thats not listed on the issue? Nice work regardless, it would...

I stumbled on this after having some difficulty with registering a java toolchain. Would someone mind posting a complete example? I've done something like... ``` load("@rules_java//toolchains:remote_java_repository.bzl", "remote_java_repository") def _impl(ctx): remote_java_repository(...