.cirrus.yml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. #***************************************************************************
  2. # _ _ ____ _
  3. # Project ___| | | | _ \| |
  4. # / __| | | | |_) | |
  5. # | (__| |_| | _ <| |___
  6. # \___|\___/|_| \_\_____|
  7. #
  8. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  9. #
  10. # This software is licensed as described in the file COPYING, which
  11. # you should have received as part of this distribution. The terms
  12. # are also available at https://curl.se/docs/copyright.html.
  13. #
  14. # You may opt to use, copy, modify, merge, publish, distribute and/or sell
  15. # copies of the Software, and permit persons to whom the Software is
  16. # furnished to do so, under the terms of the COPYING file.
  17. #
  18. # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
  19. # KIND, either express or implied.
  20. #
  21. # SPDX-License-Identifier: curl
  22. #
  23. ###########################################################################
  24. # Cirrus CI configuration
  25. # https://cirrus-ci.com/github/curl/curl
  26. freebsd_task:
  27. name: FreeBSD
  28. matrix:
  29. - name: FreeBSD 13.1
  30. freebsd_instance:
  31. image_family: freebsd-13-1
  32. - name: FreeBSD 12.4
  33. freebsd_instance:
  34. image_family: freebsd-12-4
  35. env:
  36. CIRRUS_CLONE_DEPTH: 10
  37. CRYPTOGRAPHY_DONT_BUILD_RUST: 1
  38. MAKE_FLAGS: -j 2
  39. pkginstall_script:
  40. - pkg update -f
  41. - pkg install -y autoconf automake libtool pkgconf brotli openldap24-client heimdal libpsl libssh2 openssh-portable libidn2 librtmp libnghttp2 nghttp2 stunnel
  42. - pkg delete -y curl
  43. - python -m ensurepip --default-pip
  44. - python -m pip install --upgrade pip
  45. - pip install "cryptography<3.2"
  46. - pip install "pyOpenSSL<20.0"
  47. - pip install "impacket"
  48. configure_script:
  49. - autoreconf -fi
  50. # Building with the address sanitizer is causing unexplainable test issues due to timeouts
  51. #- case `uname -r` in
  52. # 12.2*)
  53. # export CC=clang;
  54. # export CFLAGS="-fsanitize=address,undefined,signed-integer-overflow -fno-sanitize-recover=undefined,integer -Wformat -Werror=format-security -Werror=array-bounds -g";
  55. # export CXXFLAGS="-fsanitize=address,undefined -fno-sanitize-recover=undefined,integer -Wformat -Werror=format-security -Werror=array-bounds -g";
  56. # export LDFLAGS="-fsanitize=address,undefined -fno-sanitize-recover=undefined,integer" ;;
  57. # esac
  58. - ./configure --prefix="${HOME}"/install --enable-debug --with-openssl --with-libssh2 --with-brotli --with-gssapi --with-libidn2 --enable-manual --enable-ldap --enable-ldaps --with-librtmp --with-libpsl --with-nghttp2 || { tail -300 config.log; false; }
  59. compile_script:
  60. - make V=1 && make V=1 examples && cd tests && make V=1
  61. test_script:
  62. # blackhole?
  63. - sysctl net.inet.tcp.blackhole
  64. # make sure we don't run blackhole != 0
  65. - sudo sysctl net.inet.tcp.blackhole=0
  66. # Some tests won't run if run as root so run them as another user.
  67. # Make directories world writable so the test step can write wherever it needs.
  68. - find . -type d -exec chmod 777 {} \;
  69. # The OpenSSH server instance for the testsuite cannot be started on FreeBSD,
  70. # therefore the SFTP and SCP tests are disabled right away from the beginning.
  71. - sudo -u nobody make V=1 TFLAGS="-n !SFTP !SCP" test-ci
  72. install_script:
  73. - make V=1 install
  74. windows_task:
  75. name: Windows
  76. timeout_in: 120m
  77. windows_container:
  78. image: ${container_img}
  79. matrix:
  80. - name: Windows 32-bit shared/release Schannel/SSPI/WinIDN/libssh2
  81. env:
  82. container_img: ghcr.io/mback2k/curl-docker-winbuildenv/msys2-mingw32:ltsc2019
  83. container_cmd: C:\msys64\usr\bin\sh
  84. prepare: pacman -S --needed --noconfirm --noprogressbar libssh2-devel mingw-w64-i686-libssh2 mingw-w64-i686-python-pip mingw-w64-i686-python-wheel mingw-w64-i686-python-pyopenssl && python3 -m pip install --prefer-binary impacket
  85. configure: --host=i686-w64-mingw32 --build=i686-w64-mingw32 --prefix=/mingw32 --enable-werror --enable-sspi --with-schannel --with-winidn --with-libssh2
  86. tests: "~571"
  87. make_cmd: make V=1
  88. - name: Windows 32-bit static/release Schannel/SSPI/WinIDN/libssh2
  89. env:
  90. container_img: ghcr.io/mback2k/curl-docker-winbuildenv/msys2-mingw32:ltsc2019
  91. container_cmd: C:\msys64\usr\bin\sh
  92. prepare: pacman -S --needed --noconfirm --noprogressbar libssh2-devel mingw-w64-i686-libssh2 mingw-w64-i686-python-pip mingw-w64-i686-python-wheel mingw-w64-i686-python-pyopenssl && python3 -m pip install --prefer-binary impacket
  93. configure: --host=i686-w64-mingw32 --build=i686-w64-mingw32 --prefix=/mingw32 --enable-werror --enable-sspi --with-schannel --with-winidn --with-libssh2 --disable-shared --enable-static --enable-websockets
  94. tests: "~571"
  95. make_cmd: make LDFLAGS=-all-static V=1
  96. PKG_CONFIG: pkg-config --static
  97. - name: Windows 64-bit shared/release Schannel/SSPI/WinIDN/libssh2
  98. env:
  99. container_img: ghcr.io/mback2k/curl-docker-winbuildenv/msys2-mingw64:ltsc2019
  100. container_cmd: C:\msys64\usr\bin\sh
  101. prepare: pacman -S --needed --noconfirm --noprogressbar libssh2-devel mingw-w64-x86_64-libssh2 mingw-w64-x86_64-python-pip mingw-w64-x86_64-python-wheel mingw-w64-x86_64-python-pyopenssl && python3 -m pip install --prefer-binary impacket
  102. configure: --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --prefix=/mingw64 --enable-werror --enable-sspi --with-schannel --with-winidn --with-libssh2 --enable-websockets
  103. tests: "~571"
  104. make_cmd: make V=1
  105. - name: Windows 64-bit static/release Schannel/SSPI/WinIDN/libssh2
  106. env:
  107. container_img: ghcr.io/mback2k/curl-docker-winbuildenv/msys2-mingw64:ltsc2019
  108. container_cmd: C:\msys64\usr\bin\sh
  109. prepare: pacman -S --needed --noconfirm --noprogressbar libssh2-devel mingw-w64-x86_64-libssh2 mingw-w64-x86_64-python-pip mingw-w64-x86_64-python-wheel mingw-w64-x86_64-python-pyopenssl && python3 -m pip install --prefer-binary impacket
  110. configure: --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --prefix=/mingw64 --enable-werror --enable-sspi --with-schannel --with-winidn --with-libssh2 --disable-shared --enable-static --enable-websockets
  111. tests: "~571"
  112. make_cmd: make LDFLAGS=-all-static V=1
  113. PKG_CONFIG: pkg-config --static
  114. env:
  115. CIRRUS_CLONE_DEPTH: 10
  116. MSYS2_PATH_TYPE: inherit
  117. MAKEFLAGS: -j 2
  118. prepare_script: |
  119. %container_cmd% -l -c "cd $(echo '%cd%') && %prepare%"
  120. configure_script: |
  121. %container_cmd% -l -c "cd $(echo '%cd%') && autoreconf -fi && ./configure %configure%"
  122. compile_script: |
  123. %container_cmd% -l -c "cd $(echo '%cd%') && %make_cmd% && %make_cmd% examples && cd tests && %make_cmd%"
  124. install_script: |
  125. %container_cmd% -l -c "cd $(echo '%cd%') && %make_cmd% install && PATH=/usr/bin:/bin find . -type f -path '*/.libs/*.exe' -print -execdir mv -t .. {} \;"
  126. test_script: |
  127. %container_cmd% -l -c "cd $(echo '%cd%') && %make_cmd% TFLAGS='!IDN !SCP ~612 ~1056 %tests%' test-ci"
  128. macos_task:
  129. name: macOS arm64
  130. macos_instance:
  131. image: ghcr.io/cirruslabs/macos-ventura-xcode:latest
  132. matrix:
  133. - name: macOS arm64 normal
  134. env:
  135. CFLAGS: -Wno-vla -mmacosx-version-min=10.9
  136. install_packages: nghttp2
  137. configure: --without-ssl
  138. - name: macOS arm64 debug
  139. env:
  140. CFLAGS: -Wno-vla -mmacosx-version-min=10.9
  141. install_packages: nghttp2
  142. configure: --without-ssl --enable-debug
  143. - name: macOS arm64 libssh2
  144. env:
  145. CFLAGS: -Wno-vla -mmacosx-version-min=10.9
  146. install_packages: nghttp2 libssh2
  147. configure: --without-ssl --enable-debug --with-libssh2=/opt/homebrew/opt/libssh2
  148. TFLAGS: -n !SFTP !SCP
  149. - name: macOS arm64 libssh-c-ares
  150. env:
  151. CFLAGS: -Wno-vla -mmacosx-version-min=10.9
  152. install_packages: nghttp2 openssl libssh
  153. configure: --enable-debug --with-openssl=/opt/homebrew/opt/openssl --with-libssh --enable-ares
  154. - name: macOS arm64 libssh
  155. env:
  156. CFLAGS: -Wno-vla -mmacosx-version-min=10.9
  157. install_packages: nghttp2 openssl libssh
  158. configure: --enable-debug --with-openssl=/opt/homebrew/opt/openssl --with-libssh
  159. - name: macOS arm64 c-ares
  160. env:
  161. CFLAGS: -Wno-vla -mmacosx-version-min=10.9
  162. install_packages: nghttp2
  163. configure: --without-ssl --enable-debug --enable-ares
  164. - name: macOS arm64 HTTP only
  165. env:
  166. CFLAGS: -Wno-vla -mmacosx-version-min=10.15
  167. install_packages: nghttp2
  168. configure: --enable-debug --enable-maintainer-mode --disable-dict --disable-file --disable-ftp --disable-gopher --disable-imap --disable-ldap --disable-pop3 --disable-rtmp --disable-rtsp --disable-scp --disable-sftp --disable-smb --disable-smtp --disable-telnet --disable-tftp --disable-unix-sockets --disable-shared --without-brotli --without-gssapi --without-libidn2 --without-libpsl --without-librtmp --without-libssh2 --without-nghttp2 --without-ntlm-auth --without-ssl --without-zlib
  169. - name: macOS arm64 SecureTransport http2
  170. env:
  171. CFLAGS: -Wno-vla -mmacosx-version-min=10.8
  172. install_packages: nghttp2
  173. configure: --with-secure-transport
  174. - name: macOS arm64 OpenSSL http2
  175. env:
  176. CFLAGS: -Wno-vla -mmacosx-version-min=10.9
  177. install_packages: nghttp2 openssl
  178. configure: --enable-debug --with-openssl=/opt/homebrew/opt/openssl
  179. - name: macOS arm64 LibreSSL http2
  180. env:
  181. CFLAGS: -Wno-vla -mmacosx-version-min=10.9
  182. install_packages: nghttp2 libressl
  183. configure: --enable-debug --with-openssl=/opt/homebrew/opt/libressl
  184. - name: macOS arm64 torture
  185. env:
  186. CFLAGS: -Wno-vla -mmacosx-version-min=10.9
  187. install_packages: nghttp2 openssl
  188. configure: --enable-debug --disable-shared --disable-threaded-resolver --with-openssl=/opt/homebrew/opt/openssl
  189. TFLAGS: -n -t --shallow=25 !FTP
  190. - name: macOS arm64 torture-ftp
  191. env:
  192. CFLAGS: -Wno-vla -mmacosx-version-min=10.9
  193. install_packages: nghttp2 openssl
  194. configure: --enable-debug --disable-shared --disable-threaded-resolver --with-openssl=/opt/homebrew/opt/openssl
  195. TFLAGS: -n -t --shallow=20 FTP
  196. env:
  197. CIRRUS_CLONE_DEPTH: 10
  198. MAKE_FLAGS: -j 4
  199. pkginstall_script:
  200. - echo libtool autoconf automake pkg-config ${install_packages} | xargs -Ix -n1 echo brew '"x"' > /tmp/Brewfile
  201. - brew update && for i in 1 2 3; do brew bundle install --no-lock --file /tmp/Brewfile && break || sleep 1; done
  202. - sudo -H python3 -m pip install --upgrade pip
  203. - sudo -H python3 -m pip install impacket
  204. configure_script:
  205. - autoreconf -fi
  206. - ./configure --enable-warnings --enable-werror --enable-websockets ${configure}
  207. compile_script:
  208. - make V=1 && make V=1 examples && cd tests && make V=1
  209. test_script:
  210. - make V=1 test-ci
  211. install_script:
  212. - sudo -H make V=1 install