Skip to content

Commit

Permalink
debug doesn't require build first
Browse files Browse the repository at this point in the history
Summary:
X-link: facebookincubator/zstrong#870

brainfart

Reviewed By: chadaustin

Differential Revision: D58200715

fbshipit-source-id: ccb02285e672e3e638e6eda92fc0610eb903cb69
  • Loading branch information
Simon Marlow authored and facebook-github-bot committed Jun 6, 2024
1 parent a22ef88 commit c96db54
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build/fbcode_builder/getdeps.py
Original file line number Diff line number Diff line change
Expand Up @@ -921,9 +921,6 @@ def setup_project_cmd_parser(self, parser):
)
class DebugCmd(ProjectCmdBase):
def run_project_cmd(self, args, loader, manifest):
if not self.check_built(loader, manifest):
print("project %s has not been built" % manifest.name)
return 1
install_dirs = self.get_install_dirs(loader, manifest)
builder = self.create_builder(loader, manifest)
builder.debug(install_dirs, reconfigure=False)
Expand Down

0 comments on commit c96db54

Please sign in to comment.