We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 441592f commit 123bbfeCopy full SHA for 123bbfe
1 file changed
WORKSPACE
@@ -64,16 +64,8 @@ external_http_archive(
64
patches = ["//bazel:liburing.patch"],
65
)
66
67
-
68
envoy_dependencies()
69
70
-external_http_archive(
71
- name = "com_github_axboe_liburing",
72
- build_file_content = BUILD_ALL_CONTENT,
73
- patch_args = ["-p1"],
74
- patches = ["//bazel:liburing.patch"],
75
-)
76
77
load("@envoy//bazel:bazel_deps.bzl", "envoy_bazel_dependencies")
78
79
envoy_bazel_dependencies()
0 commit comments