mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-05 19:55:47 +03:00
regenerate github actions
Summary: Fix the getdeps.py generation sub command and regenerate github actions before making changes to support actions generation for eden_scm Reviewed By: fanzeyi Differential Revision: D34044243 fbshipit-source-id: 0039d04f25af4c842145dc142dae6b9996fc8046
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d4f96c8354
commit
e6c0e7ddc9
@@ -877,7 +877,7 @@ class GenerateGitHubActionsCmd(ProjectCmdBase):
|
||||
# TODO: Break up complex function
|
||||
def write_job_for_platform(self, platform, args): # noqa: C901
|
||||
build_opts = setup_build_options(args, platform)
|
||||
ctx_gen = build_opts.get_context_generator(facebook_internal=False)
|
||||
ctx_gen = build_opts.get_context_generator()
|
||||
loader = ManifestLoader(build_opts, ctx_gen)
|
||||
manifest = loader.load_manifest(args.project)
|
||||
manifest_ctx = loader.ctx_gen.get_context(manifest.name)
|
||||
|
Reference in New Issue
Block a user