Change #270708
| Category | curl |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Fri 12 Jun 2026 20:27:44 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | 7c51a33877c70b8838682200cf344ab89eacfc8e |
Comments
AmigaOS: fix build fallouts, re-add to CI Fix build issues: - src: adjust `toolx_ftruncate()`. - libtests/cli_ftp_upload: make `struct timeval` initialization portable. - libtests/lib1960: do unconst in local `inet_pton()` macro. - tests/server/dnsd: make it stub instead of failing the build. - tests/server: make them link AmiSSL for `SocketBase`. Also: - bump AmiSSL to the latest release. - add download hash checks and toolchain cache. - sync restored code with local updates made since last year. It takes 30 seconds per job, 1 minute in total. Thanks-to: Bebbo Thanks-to: Darren Banfi Ref: https://github.com/curl/curl/pull/21989#issuecomment-4691380623 Follow-up to 7a14898264e9aa48f7f84f631288d728cade5d57 #17486 Closes #21993
Changed files
- .github/workflows/non-native.yml
- CMakeLists.txt
- src/tool_setup.h
- tests/libtest/cli_ftp_upload.c
- tests/libtest/lib1960.c
- tests/server/dnsd.c