| commit | 9d5e4c020752116237fdf1d55991e54423482d43 | [log] [tgz] |
|---|---|---|
| author | Florian Weikert <fwe@google.com> | Thu May 27 15:10:20 2021 +0200 |
| committer | GitHub <noreply@github.com> | Thu May 27 15:10:20 2021 +0200 |
| tree | abc5fa2ae1213355af918c2e9019429985750895 | |
| parent | da319b554c6ed4bc2194bcc115e17b95790f7826 [diff] |
No longer crash if no incompatible flags were found (#1164) In the new world of LTS and rolling releases we no longer require incompatible flag issues. Consequently, we should not crash if there are no such flags. This is a temporary workaround for https://github.com/bazelbuild/bazel/issues/13524. In the long term we probably want to get rid of the incompatible flag code completely.