File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -67,19 +67,9 @@ RUN cd / && tar xf 1.3.1.tar.gz && rm 1.3.1.tar.gz && \
6767 ../bootstrap --prefix=/usr/local/ && make $BUILD_THREADS && make install-tiledb && \
6868 rm -rf /TileDB-1.3.1
6969
70- <<<<<<< HEAD
71-
72- RUN apt-get install -y maven
73-
74- RUN ln -s /grpc/third_party/protobuf/cmake/build/protoc \
75- /grpc/third_party/protobuf/src/protoc && \
76- cd /grpc/third_party/protobuf/java/core && \
77- mvn package && \
78- =======
7970# Maven
8071RUN ln -s /grpc/third_party/protobuf/cmake/build/protoc /grpc/third_party/protobuf/src/protoc && \
8172 cd /grpc/third_party/protobuf/java/core && mvn package && \
82- >>>>>>> develop
8373 cp $(ls target/protobuf-java*.jar) /usr/share/java/protobuf.jar
8474
8575# Valijson
You can’t perform that action at this time.
0 commit comments