-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[antlir2][features] use same traits in individual feature plugins
Summary: Now that all features are loadable `.so`s, we can get more safety by using the same traits as defined in `antlir2_compile` and `antlir2_depgraph` instead of the hackery required when these were standalone binaries talking over stdout/in. Test Plan: ``` ❯ buck2 test fbcode//antlir/antlir2/test_images/... Buck UI: https://www.internalfb.com/buck2/13a7a8da-5a5a-4401-9e1d-a0efd093b036 Test UI: https://www.internalfb.com/intern/testinfra/testrun/9570149213315935 Network: Up: 63MiB Down: 2.0GiB (reSessionID-197a814a-7d63-4eb0-b14e-a71fd1dd1616) Jobs completed: 1020610. Time elapsed: 6:01.6s. Cache hits: 96%. Commands: 44012 (cached: 42152, remote: 85, local: 1775). Fallback: 23/1860 Tests finished: Pass 424. Fail 0. Fatal 0. Skip 1. Build failure 0 ``` Reviewed By: sergeyfd Differential Revision: D48046540 fbshipit-source-id: 3f6cf203c3548e08ab58c89762ebedf0f96f823c
- Loading branch information
1 parent
686ee49
commit b2e8870
Showing
25 changed files
with
192 additions
and
182 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
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
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
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
Oops, something went wrong.