This is an automated email from the ASF dual-hosted git repository. junchao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git
commit af58d7e5c0f37d4c4fe04e8975bbf53c53bbf3f1 Author: cjcchen <[email protected]> AuthorDate: Thu May 23 00:37:23 2024 +0000 civetweb --- .bazelversion | 1 - LICENSE | 2 +- repositories.bzl | 8 ++++++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.bazelversion b/.bazelversion deleted file mode 100644 index 09b254e9..00000000 --- a/.bazelversion +++ /dev/null @@ -1 +0,0 @@ -6.0.0 diff --git a/LICENSE b/LICENSE index 981d17e9..c0075472 100644 --- a/LICENSE +++ b/LICENSE @@ -254,4 +254,4 @@ See project link for details. * Asio-1-26-0 (https://github.com/chriskohlhoff/asio) * Prometheus-cpp (https://github.com/jupp0r/prometheus-cpp) * Cryptopp-8-7-0 (https://github.com/weidai11/cryptopp) - +@ civetweb-1.15 (https://github.com/civetweb/civetweb) diff --git a/repositories.bzl b/repositories.bzl index aff78ed5..6b69cbf1 100644 --- a/repositories.bzl +++ b/repositories.bzl @@ -73,6 +73,14 @@ def nexres_repositories(): "https://storage.googleapis.com/bazel-mirror/zlib.net/zlib-1.2.12.tar.gz", ], ) + maybe( + http_archive, + name = "civetweb", + build_file = "@com_resdb_nexres//third_party:civetweb.BUILD", + sha256 = "88574f0cffd6047e22fafa3bdc748dd878a4928409d4f880332e2b0f262b9f62", + strip_prefix = "civetweb-1.15", + url = "https://github.com/civetweb/civetweb/archive/refs/tags/v1.15.zip", + ) def _data_deps_extension_impl(ctx): nexres_repositories()
