Skip to content

Commit

Permalink
Hide fb-isms from OSS buck2 graph (#2192)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: facebook/folly#2192

Test Plan: This, combined with several other changes, will eventually make folly build using buck2 in OSS

Reviewed By: Gownta

Differential Revision: D57165718

Pulled By: bigfootjon

fbshipit-source-id: 66f62d04d8f68808e4b37fadef68f0f220e23ea7
  • Loading branch information
bigfootjon authored and facebook-github-bot committed May 10, 2024
1 parent 7305618 commit 6f4a045
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions third-party/folly/src/.buckconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ none = none
[cell_aliases]
config = prelude
ovr_config = prelude
fbcode = none
fbsource = none
fbcode = shim
fbsource = shim
fbcode_macros = shim
buck = none
bazel_skylib = shim

[parser]
target_platform_detector_spec = target:root//...->prelude//platforms:default

0 comments on commit 6f4a045

Please sign in to comment.