This repository was archived by the owner on Mar 3, 2023. It is now read-only.
File tree 3 files changed +6
-19
lines changed
3 files changed +6
-19
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ maven_install(
66
66
name = "maven" ,
67
67
artifacts = [
68
68
"antlr:antlr:2.7.7" ,
69
- "org.apache.zookeeper:zookeeper:3.4.14 " ,
69
+ "org.apache.zookeeper:zookeeper:3.5.8 " ,
70
70
"io.kubernetes:client-java:" + kubernetes_client_version ,
71
71
"com.esotericsoftware:kryo:3.0.3" ,
72
72
"org.apache.avro:avro:1.7.4" ,
@@ -282,11 +282,8 @@ http_archive(
282
282
http_archive (
283
283
name = "org_apache_zookeeper" ,
284
284
build_file = "@//:third_party/zookeeper/BUILD" ,
285
- patch_args = ["-p2" ],
286
- patches = ["//third_party/zookeeper:pkgconfig.patch" ],
287
- sha256 = "b14f7a0fece8bd34c7fffa46039e563ac5367607c612517aa7bd37306afbd1cd" ,
288
- strip_prefix = "zookeeper-3.4.14" ,
289
- urls = ["https://archive.apache.org/dist/zookeeper/zookeeper-3.4.14/zookeeper-3.4.14.tar.gz" ],
285
+ strip_prefix = "apache-zookeeper-3.5.8" ,
286
+ urls = ["https://archive.apache.org/dist/zookeeper/stable/apache-zookeeper-3.5.8.tar.gz" ],
290
287
)
291
288
292
289
http_archive (
Original file line number Diff line number Diff line change @@ -39,7 +39,9 @@ genrule(
39
39
"export CFLAGS=-Wno-error" ,
40
40
"mkdir -p $$TMP_DIR" ,
41
41
"cp -R $$(pwd)/external/org_apache_zookeeper/* $$TMP_DIR" ,
42
- "cd $$TMP_DIR/zookeeper-client/zookeeper-client-c" ,
42
+ "cd $$TMP_DIR" ,
43
+ "ant compile_jute" ,
44
+ "cd $$TMP_DIR/zookeeper-client/zookeeper-client-c" ,
43
45
"autoreconf -if" ,
44
46
"./configure --prefix=$$INSTALL_DIR --enable-shared=no" ,
45
47
"make install" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments