Skip to content

Commit

Permalink
Disable Bazel visibility when running the generated rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch authored and rofle100lvl committed Aug 28, 2024
1 parent 8f3f866 commit 573afcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/ProjectDrivers/BazelProjectDriver.swift
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ public class BazelProjectDriver: ProjectDriver {
let status = try shell.execStatus([
"bazel",
"run",
"--check_visibility=false",
"--ui_event_filters=-info,-debug,-warning",
"@periphery//bazel:scan",
])
Expand Down

0 comments on commit 573afcd

Please sign in to comment.