Skip to content

Commit 046523a

Browse files
committed
cleanup
1 parent d3c3268 commit 046523a

File tree

18 files changed

+18
-6115
lines changed

18 files changed

+18
-6115
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ jobs:
261261
adb root
262262
adb remount
263263
adb push ${{ github.workspace }}/. /data/local/tmp/
264-
adb shell "ls -lah /data/local/tmp/"
265264
adb shell "sh /data/local/tmp/commands.sh"
266265
267266
- name: test sqlite-sync

network/CURL_compile.txt

Lines changed: 0 additions & 10 deletions
This file was deleted.

network/curl/include/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,21 @@ curl subdirectory. It makes it more likely to survive future modifications.
1818

1919
The public curl include files can be shared freely between different platforms
2020
and different architectures.
21+
22+
# build
23+
24+
Curl must be statically compiled, and to keep the library as small as possible, we need to remove all the not-needed extra functionalities.
25+
26+
The following configuration is based on curl-8.11.0
27+
Download and extract curl-8.11.0
28+
29+
```bash
30+
31+
cd curl-8.11.0
32+
33+
./configure --with-secure-transport --without-libpsl --disable-alt-svc --disable-ares --disable-cookies --disable-basic-auth --disable-digest-auth --disable-kerberos-auth --disable-negotiate-auth --disable-aws --disable-dateparse --disable-dnsshuffle --disable-doh --disable-form-api --disable-hsts --disable-ipv6 --disable-libcurl-option --disable-manual --disable-mime --disable-netrc --disable-ntlm --disable-ntlm-wb --disable-progress-meter --disable-proxy --disable-pthreads -disable-socketpair --disable-threaded-resolver --disable-tls-srp --disable-verbose --disable-versioned-symbols --enable-symbol-hiding --without-brotli --without-zstd --without-libidn2 --without-librtmp --without-zlib --without-nghttp2 --without-ngtcp2 --disable-shared --disable-ftp --disable-file --disable-ipfs --disable-ldap --disable-ldaps --disable-rtsp --disable-dict --disable-telnet -disable-tftp --disable-pop3 --disable-imap --disable-smb -disable-smtp --disable-gopher --disable-mqtt --disable-docs --enable-static
34+
35+
make
36+
open lib/.libs
37+
38+
```

network/test_curl/test_curl.xcodeproj/project.pbxproj

Lines changed: 0 additions & 325 deletions
This file was deleted.

0 commit comments

Comments
 (0)