Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[antlir2][install] skip split on directories
Summary: The split action doesn't do anything with directories (mabe it should some day, but it doesn't now). So don't bother spending a ton of time copying around potentially giant files if we're not even doing anything with them. Test Plan: ``` ❯ buck2 test fbcode//antlir/antlir2/features/install/... Buck UI: https://www.internalfb.com/buck2/676a4a35-9f2f-4e7f-b5bd-caa00e0d0031 Test UI: https://www.internalfb.com/intern/testinfra/testrun/5348024821107010 Tests finished: Pass 46. Fail 0. Fatal 0. Skip 0. Build failure 0 ``` Reviewed By: justintrudell Differential Revision: D68844391 fbshipit-source-id: f0a98351c7b564f6ceb76db1d0fbe2c1c36a7ae9
- Loading branch information