bazel-gazelle icon indicating copy to clipboard operation
bazel-gazelle copied to clipboard

pkg-config not supported suppression

Open wesleyw72 opened this issue 4 years ago • 2 comments

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

wesleyw72 avatar Oct 28 '20 16:10 wesleyw72