Skip to content

Commit bef42c5

Browse files
committed
WORKSPACE
1 parent 55332cc commit bef42c5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

WORKSPACE

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,15 @@ envoy_api_dependencies()
5656

5757
load("@envoy//bazel:repositories.bzl", "envoy_dependencies", "BUILD_ALL_CONTENT", "external_http_archive")
5858

59+
60+
external_http_archive(
61+
name = "com_github_axboe_liburing",
62+
build_file_content = BUILD_ALL_CONTENT,
63+
patch_args = ["-p1"],
64+
patches = ["//bazel:liburing.patch"],
65+
)
66+
67+
5968
envoy_dependencies()
6069

6170
external_http_archive(

0 commit comments

Comments
 (0)