bazelbuild / rules_go

Go rules for Bazel
Apache License 2.0
1.37k stars 651 forks source link

Introduce rules_go_unsupported_feature #3955

Closed cramertj closed 3 months ago

cramertj commented 3 months ago

What type of PR is this?

Feature

What does this PR do? Why is it needed?

This sentinel feature allows the C++ toolchain configuration to use distinct sets of flags when compiling Go rules. See https://github.com/bazelbuild/rules_rust/commit/0e0241e9b0e4122f1e28a1ca0d358dd987f21971 for a similar change to rules_rust.