File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44apk add gcc g++ build-base linux-headers cmake make autoconf automake libtool python2 python3
55apk add mbedtls-dev mbedtls-static zlib-dev rapidjson-dev libevent-dev libevent-static zlib-static pcre2-dev
66
7- git clone https://github.com/curl/curl --depth=1 --branch curl-8_4_1
7+ git clone https://github.com/curl/curl --depth=1 --branch curl-8_4_0
88cd curl
99cmake -DCURL_USE_MBEDTLS=ON -DHTTP_ONLY=ON -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=OFF -DCMAKE_USE_LIBSSH2=OFF -DBUILD_CURL_EXE=OFF . > /dev/null
1010make install -j2 > /dev/null
Original file line number Diff line number Diff line change 11#! /bin/bash
22set -xe
33
4- git clone https://github.com/curl/curl --depth=1 --branch curl-8_4_1
4+ git clone https://github.com/curl/curl --depth=1 --branch curl-8_4_0
55cd curl
66cmake -DCMAKE_BUILD_TYPE=Release -DCURL_USE_LIBSSH2=OFF -DHTTP_ONLY=ON -DCURL_USE_SCHANNEL=ON -DBUILD_SHARED_LIBS=OFF -DBUILD_CURL_EXE=OFF -DCMAKE_INSTALL_PREFIX=" $MINGW_PREFIX " -G " Unix Makefiles" -DHAVE_LIBIDN2=OFF -DCURL_USE_LIBPSL=OFF .
77make install -j4
You can’t perform that action at this time.
0 commit comments