Skip to content

Commit

Permalink
Mark liburing dependency skip as fb-only
Browse files Browse the repository at this point in the history
Summary:
`ovr_config//os:linux-sgx` is a special target that matches a specific internal
toolchain, and is not relevant to OSS folly. By marking this as fb-only, OSS
folly properly links in liburing and buils for uring based targets start
working.

Reviewed By: yfeldblum

Differential Revision: D62681697

fbshipit-source-id: b6ed3e31236a95c0c94929b4b4fd10ce886e6709
  • Loading branch information
ckwalsh authored and facebook-github-bot committed Sep 15, 2024
1 parent 8a5e31a commit 1ccbcb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion folly/io/async/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ cpp_library(
"linux",
select({
"DEFAULT": ["fbsource//third-party/liburing:uring"],
"ovr_config//os:linux-sgx": [],
# @fb-only: "ovr_config//os:linux-sgx": [],
}),
)],
)
Expand Down

0 comments on commit 1ccbcb5

Please sign in to comment.