bazel-gazelle
bazel-gazelle copied to clipboard
pkg-config not supported suppression
Gazelle Version: 0.21.1 rules_go version: 0.24.3 Bazel Version: 3.4.1 OS: macOS Catalina
A project of mine depends on github.com/docker/docker
. Every time I do a bazel build //...
it complains due to the pkg-config
line at https://github.com/moby/moby/blob/master/pkg/devicemapper/devmapper_wrapper_dynamic.go#L5 . Is there a way to suppress this, as it comes up everytime Bazel is invoked for a build