This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make proxygen and repo-auth the defaults
- Loading branch information
1 parent
786c2d2
commit 5355d7d
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5355d7d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I dropped this to Fred on IRC but in case he doesn't see it: this doesn't work when running in batch mode. The
hhvm
arg is handled elsewhere in batch-run.php and not passed into$argv
or available ingetopt()
at this point. So proxygen and precompile end up un-overrideablyFALSE
with this change. Oops.