Skip to content
Snippets Groups Projects
Commit 365ba6fe authored by calrama's avatar calrama
Browse files

Drop rpclib support

parent 6cd1fe4f
No related branches found
No related tags found
No related merge requests found
......@@ -251,20 +251,6 @@ RUN version=2.3.0 && \
cd .. && \
rm -rf pybind11-${version}*
# rpclib
RUN version=2.2.1 && \
source /etc/profile && \
cd /tmp && \
curl -sSL -o rpclib-${version}.tar.gz https://github.com/rpclib/rpclib/archive/v2.2.1.tar.gz && \
tar -xf rpclib-${version}.tar.gz && \
cd rpclib-${version} && \
cmake -S. -B build -G Ninja \
-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local \
&& \
ninja -C build install && \
cd .. && \
rm -rf rpclib-${version}*
# Python 3.7
RUN version=3.7.5 && \
yum install -y \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment