diff options
author | luigi1111 <luigi1111w@gmail.com> | 2020-04-04 13:08:22 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2020-04-04 13:08:22 -0500 |
commit | 6aa5da09f526763e20743f6c7bd2a731bd3777c3 (patch) | |
tree | c40e3935537ad8ef63065ad704a9474f46db9c78 /utils | |
parent | Merge pull request #6370 (diff) | |
parent | cppzmq: remove leftovers (diff) | |
download | monero-6aa5da09f526763e20743f6c7bd2a731bd3777c3.tar.xz |
Merge pull request #6371
b40c27c cppzmq: remove leftovers (selsta)
Diffstat (limited to 'utils')
-rw-r--r-- | utils/build_scripts/android32.Dockerfile | 8 | ||||
-rw-r--r-- | utils/build_scripts/android64.Dockerfile | 8 |
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 |