Gazelle is a Bazel build file generator for Bazel projects. It natively supports Go and protobuf, and it may be extended to support new languages and custom rule sets.
Apache License 2.0
1.21k
stars
381
forks
source link
wrong `embedsrcs` are added when embedsrcs is coming from a rule #1968
What version of gazelle are you using?
0.39.1
What version of rules_go are you using?
0.50.1
What version of Bazel are you using?
7.4.0
Does this issue reproduce with the latest releases of all the above?
yes
What operating system and processor architecture are you using?
linux amd64
What did you do?
MODULE.bazel:
BUILD.bazel:
main.go:
What did you expect to see?
running
bazel run //:gazelle
will not modify theembedsrcs
.What did you see instead?
running
bazel run //:gazelle
will modify theembedsrcs
which breaks the build.