Yuxuan 'fishy' Wang
Yuxuan 'fishy' Wang
Thanks. I added this to my `MODULE.bazel` and it worked: ```bzl go_deps.gazelle_default_attributes( directives = [ "gazelle:proto disable", ], ) ``` a note is that when I try to search for...
`--announcerc=false` is no longer available on bazel 7.3.2. Looking at the current output of `bazel help build` and `bazel help run` I picked `--show_progress` as the noop flag (that's already...
@fmeum it looks like using a name like `linux_amd64/foo` works as expected @dzbarsky can you give an example of how `platform_transition_filegroup` works? [the doc I can find](https://docs.aspect.build/rulesets/aspect_bazel_lib/docs/transitions/) doesn't say much,...
but I do have a fear that the behavior of naming it `linux_amd64/foo` could change in the future. currently it packs `bin/foo` into the tar, but maybe one day someone...