Skip to content

Commit

Permalink
Ignore the //cmd/gazelle:gazelle_lib as it depends on generated code …
Browse files Browse the repository at this point in the history
…by gazelle

Signed-off-by: Dom Del Nano <[email protected]>
  • Loading branch information
ddelnano committed Sep 4, 2024
1 parent 86d87fe commit 6c2dcbd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/cquery_ignore_non_target_and_incompatible.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
# SPDX-License-Identifier: Apache-2.0

def format(target):
if target.label.name.endswith("//cmd/gazelle:gazelle_lib"):
return None

build_opts = build_options(target)

# We only want to get targets that are in the target configuration. So we ignore exec and host targets.
Expand Down

0 comments on commit 6c2dcbd

Please sign in to comment.