mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-07 07:02:53 +03:00
fbcode_builder: getdeps: add flag to use the real shipit
Summary: This fixes a TODO; in our CI environment we want to use the real shipit, so we'll use this flag to make that happen. Reviewed By: simpkins Differential Revision: D14695576 fbshipit-source-id: 64ee72c210e2472d295dcbd39c86549273b68452
This commit is contained in:
committed by
Facebook Github Bot
parent
710ddeb891
commit
4725faf983
@@ -207,6 +207,12 @@ def build_argparser():
|
||||
"(default=number of cpu cores)"
|
||||
),
|
||||
)
|
||||
common_args.add_argument(
|
||||
"--use-shipit",
|
||||
help="use the real ShipIt instead of the simple shipit transformer",
|
||||
action="store_true",
|
||||
default=False,
|
||||
)
|
||||
|
||||
ap = argparse.ArgumentParser(
|
||||
description="Get and build dependencies and projects", parents=[common_args]
|
||||
|
Reference in New Issue
Block a user