Skip to content

Commit

Permalink
Explain phony local repo
Browse files Browse the repository at this point in the history
  • Loading branch information
chiphogg committed Jul 16, 2024
1 parent 5af6d56 commit 3e25704
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,9 @@ http_archive(
# END SECTION: Install buildifier.
################################################################################

# This is not a "real" local bazel repository. We define this in this WORKSPACE
# file because it will prevent bazel from looking for packages in this folder
# and its children.
local_repository(
name = "ignore_cmake",
path = "./cmake",
Expand Down

0 comments on commit 3e25704

Please sign in to comment.