You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace os_deps with selects in deps field [16 / ?]
Summary:
Migrate all os_deps and test_os_deps usages in fbcode/eden to use select() in the deps/test_deps fields instead.
This follows the pattern:
- Remove os_deps/test_os_deps field
- Add select() to the corresponding deps/test_deps field
- Use "DEFAULT": [] for the fallback case
- OS mappings: "linux" -> "ovr_config//os:linux", "macos" -> "ovr_config//os:macos", "windows" -> "ovr_config//os:windows"
For the fs_channel_types target, the fuse_kernel dependency was moved to exported_deps since FsChannelTypes.h is a public header that includes the fuse_kernel header.
Reviewed By: dtolnay
Differential Revision: D92407462
fbshipit-source-id: f1e2aef5dc84a0e895b24ec3b2959f0955b4ae18
0 commit comments