File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -254,4 +254,4 @@ See project link for details.
254
254
* Asio-1-26-0 (https://github.com/chriskohlhoff/asio)
255
255
* Prometheus-cpp (https://github.com/jupp0r/prometheus-cpp)
256
256
* Cryptopp-8-7-0 (https://github.com/weidai11/cryptopp)
257
-
257
+ @ civetweb-1.15 (https://github.com/civetweb/civetweb)
Original file line number Diff line number Diff line change @@ -73,6 +73,14 @@ def nexres_repositories():
73
73
"https://storage.googleapis.com/bazel-mirror/zlib.net/zlib-1.2.12.tar.gz" ,
74
74
],
75
75
)
76
+ maybe (
77
+ http_archive ,
78
+ name = "civetweb" ,
79
+ build_file = "@com_resdb_nexres//third_party:civetweb.BUILD" ,
80
+ sha256 = "88574f0cffd6047e22fafa3bdc748dd878a4928409d4f880332e2b0f262b9f62" ,
81
+ strip_prefix = "civetweb-1.15" ,
82
+ url = "https://github.com/civetweb/civetweb/archive/refs/tags/v1.15.zip" ,
83
+ )
76
84
77
85
def _data_deps_extension_impl (ctx ):
78
86
nexres_repositories ()
You can’t perform that action at this time.
0 commit comments