Skip to content

Commit

Permalink
Add liburing to third-party shims
Browse files Browse the repository at this point in the history
Summary: Used by OSS folly

Reviewed By: bigfootjon

Differential Revision: D62681698

fbshipit-source-id: a679cb024ad12380a48e045d328440e1e0765d43
  • Loading branch information
ckwalsh authored and facebook-github-bot committed Sep 16, 2024
1 parent db3a768 commit bce6f88
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions shim/third-party/liburing/BUCK
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This source code is licensed under both the MIT license found in the
# LICENSE-MIT file in the root directory of this source tree and the Apache
# License, Version 2.0 found in the LICENSE-APACHE file in the root directory
# of this source tree.

load("@shim//third-party:third_party.bzl", "third_party_library")

oncall("open_source")

third_party_library(
name = "uring",
pkgconfig_name = "liburing",
repo_package_names = {
"fedora": "liburing-devel",
},
)

0 comments on commit bce6f88

Please sign in to comment.