aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2020-03-06 02:30:07 +0100
committerselsta <selsta@sent.at>2020-03-06 02:30:07 +0100
commitb40c27cd423bf343983ac171da1fb8a3f8aba78e (patch)
treeb14efd5906440d11fa851f1f9726010f9e95f17d /utils
parentMerge pull request #6248 (diff)
downloadmonero-b40c27cd423bf343983ac171da1fb8a3f8aba78e.tar.xz
cppzmq: remove leftovers
Diffstat (limited to 'utils')
-rw-r--r--utils/build_scripts/android32.Dockerfile8
-rw-r--r--utils/build_scripts/android64.Dockerfile8
2 files changed, 0 insertions, 16 deletions
diff --git a/utils/build_scripts/android32.Dockerfile b/utils/build_scripts/android32.Dockerfile
index 4e4f40276..a2d0edbb3 100644
--- a/utils/build_scripts/android32.Dockerfile
+++ b/utils/build_scripts/android32.Dockerfile
@@ -113,14 +113,6 @@ RUN git clone https://github.com/zeromq/libzmq.git -b ${ZMQ_VERSION} \
&& make -j${NPROC} \
&& make install
-# zmq.hpp
-ARG CPPZMQ_VERSION=v4.2.3
-ARG CPPZMQ_HASH=6aa3ab686e916cb0e62df7fa7d12e0b13ae9fae6
-RUN git clone https://github.com/zeromq/cppzmq.git -b ${CPPZMQ_VERSION} \
- && cd cppzmq \
- && test `git rev-parse HEAD` = ${CPPZMQ_HASH} || exit 1 \
- && cp *.hpp ${PREFIX}/include
-
# Sodium
ARG SODIUM_VERSION=1.0.16
ARG SODIUM_HASH=675149b9b8b66ff44152553fb3ebf9858128363d
diff --git a/utils/build_scripts/android64.Dockerfile b/utils/build_scripts/android64.Dockerfile
index 90eeb4bae..eca2d4da1 100644
--- a/utils/build_scripts/android64.Dockerfile
+++ b/utils/build_scripts/android64.Dockerfile
@@ -113,14 +113,6 @@ RUN git clone https://github.com/zeromq/libzmq.git -b ${ZMQ_VERSION} \
&& make -j${NPROC} \
&& make install
-# zmq.hpp
-ARG CPPZMQ_VERSION=v4.2.3
-ARG CPPZMQ_HASH=6aa3ab686e916cb0e62df7fa7d12e0b13ae9fae6
-RUN git clone https://github.com/zeromq/cppzmq.git -b ${CPPZMQ_VERSION} \
- && cd cppzmq \
- && test `git rev-parse HEAD` = ${CPPZMQ_HASH} || exit 1 \
- && cp *.hpp ${PREFIX}/include
-
# Sodium
ARG SODIUM_VERSION=1.0.16
ARG SODIUM_HASH=675149b9b8b66ff44152553fb3ebf9858128363d