Sebastian Csar
Sebastian Csar
I'm afraid I don't have a solution, but I am currently facing a similar issue--trying to run the `protoc-gen-ts_proto` wrapper script gives the same error. What's slightly odd is that...
Moving the `swift_rules_dependencies()` and `swift_rules_extra_dependencies()` calls up in `WORKSPACE` did not help.
I figured this out by looking at `bazel-bin/gazelle-runner.bash`. You need to prefix the arguments with `-args`, eg `bazel run //:gazelle -- -args example/`. That should be changed or the documentation...
I can report the issue persists with `rules_swift` 1.5.1 and Swift 5.7.3.
It looks like https://github.com/apple/swift/issues/60406 might be pointing to the root cause.
Closing as https://github.com/bazelbuild/rules_swift/issues/882 contains the solution: passing `--host_linkopt=-z --host_linkopt=nostart-stop-gc`
Could you share your patch? I'm running into the same issue at the moment. (Edit: Nevermind. I'll post mine in a bit. I just stuck a `create_bom` parameter into `maven_export`...
@shs96c IIRC, when I first wrote the ticket, I was concerned about the macro approach being fragile. However, it's a decent starting point and there can be a docstring to...
Sounds good. I'll take a crack at it probably next week. Last I checked `rules_scala` isn't on bzlmod yet, so I may need help. (My attempts at converting my own...
I've been trying to get this to work with stackb/rules_proto, but I can't figure out how to refer to the plugin binary. I have the following in the `WORKSPACE` file:...