• Wez Furlong's avatar
    fbcode_builder: getdeps: add `build --no-deps` flag · e8c7b488
    Wez Furlong authored
    Summary:
    This is useful especially on Windows where the up-to-date
    checks for the dependencies take a long time.
    
    The idea is that you might run this to start:
    
    ```
    $ getdeps.py build eden
    ```
    
    and then while in the edit/debug/build iteration cycle:
    
    ```
    $ getdeps.py build --no-deps eden
    ```
    
    Reviewed By: pkaush
    
    Differential Revision: D15200352
    
    fbshipit-source-id: 086f2f49db967ef4d1914a69fa80067104d79136
    e8c7b488
getdeps.py 12.5 KB