Skip to content

Commit

Permalink
getdeps: stop error with build --clean and --src-dir=.
Browse files Browse the repository at this point in the history
Summary:
X-link: facebookincubator/zstrong#1026

fix the error shown with build --clean and --src-dir=.

Reviewed By: jdelliot

Differential Revision: D64985193

fbshipit-source-id: f933adb45a7385b13965b89e421b4f9284cf0ecb
  • Loading branch information
ahornby authored and facebook-github-bot committed Oct 27, 2024
1 parent 0bcaebb commit 3b08b7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/fbcode_builder/getdeps/fetcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ def hash(self) -> str:
def get_src_dir(self):
return self.path

def clean(self) -> None:
pass


class SystemPackageFetcher(object):
def __init__(self, build_options, packages) -> None:
Expand Down

0 comments on commit 3b08b7c

Please sign in to comment.