Skip to content

Commit

Permalink
try curl 7.63.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andarut committed Dec 24, 2023
1 parent e36eca3 commit 4048797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Dockerfile.focal
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends \
git unzip cmake make clang g++ g++-10 gperf netcat \
python3.7 python3-pip python3.7-distutils python3.7-dev libpython3.7-dev python3-jsonschema python3-setuptools mysql-server libmysqlclient-dev && \
wget https://github.com/curl/curl/releases/download/curl-7_62_0/curl-7.62.0.zip && unzip curl-7.62.0.zip && cd curl-7.62.0 && ./configure --disable-shared --with-openssl --disable-lpad --disable-ldaps && make -j$(nproc) && make install && cd .. && \
wget https://github.com/curl/curl/releases/download/curl-7_63_0/curl-7.63.0.zip && unzip curl-7.63.0.zip && cd curl-7.63.0 && ./configure --disable-shared --with-openssl --disable-lpad --disable-ldaps && make -j$(nproc) && make install && cd .. && \
mkdir /opt/curl840 && mkdir /opt/curl840/lib && mkdir /opt/curl840/include && cp /usr/local/lib/libcurl.a /opt/curl840/lib/ && cp -R /usr/local/include/curl/ /opt/curl840/include/ && \
python3.7 -m pip install pip && python3.7 -m pip install -r /tmp/requirements.txt && \
apt-get install -y --no-install-recommends kphp-timelib libuber-h3-dev libfmt-dev libgtest-dev libgmock-dev libre2-dev libpcre3-dev \
Expand Down

0 comments on commit 4048797

Please sign in to comment.