Skip to content

Commit

Permalink
Fix curl build options
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcartel committed May 22, 2024
1 parent 9465b8a commit d32fefb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-linux-static-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
- name: Setup QEMU with Alpine Linux for aarch64
uses: jirutka/setup-alpine@v1
with:
branch: v3.19.1
arch: aarch64

- name: Setup Alpine (root)
Expand All @@ -53,7 +52,7 @@ jobs:
wget -c https://curl.se/download/curl-8.7.1.tar.gz -O - | tar -xz -C /tmp
cd /tmp/curl-8.7.1
autoreconf -fi
./configure --with-mbedtls --disable-shared --disable-ftp --disable-file --disable-ldap --disable-ldaps --disable-rtsp --disable-dict --disable-telnet --disable-tftp --disable-pop3 --disable-imap --disable-smb --disable-smtp --disable-gopher --disable-sspi --disable-mqtt --disable-manual --disable-docs --disable-ntlm --disable-largefile --without-libidn2 --disable-tls-srp --disable-libcurl-option --disable-alt-svc --disable-headers-api --disable-verbose --disable-ares --disable-aws --disable-netrc --without-brotli --without-nghttp2
./configure --with-mbedtls --disable-shared --disable-ftp --disable-file --disable-ldap --disable-ldaps --disable-rtsp --disable-dict --disable-telnet --disable-tftp --disable-pop3 --disable-imap --disable-smb --disable-smtp --disable-gopher --disable-sspi --disable-mqtt --disable-manual --disable-docs --disable-ntlm --disable-largefile --without-libidn2 --disable-tls-srp --disable-libcurl-option --disable-alt-svc --disable-headers-api --disable-verbose --disable-ares --disable-aws --disable-netrc --without-brotli --without-nghttp2 --without-libpsl --without-zstd
make -j `nproc` install
shell: alpine.sh --root {0}

Expand Down

0 comments on commit d32fefb

Please sign in to comment.