]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CI/circleci: disable MQTT in the HTTP-only build
authorDaniel Stenberg <daniel@haxx.se>
Mon, 18 Dec 2023 08:34:39 +0000 (09:34 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 18 Dec 2023 09:26:39 +0000 (10:26 +0100)
And remove the use of configure options that don't actually exist

Closes #12546

.circleci/config.yml

index fc4f5052502d89305160438274fef3ae99e2bbfe..7877d247a263258bd85717b971928da5459f73aa 100644 (file)
@@ -96,7 +96,7 @@ commands:
       - run:
           command: |
             autoreconf -fi
-            ./configure --enable-warnings --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 --enable-debug CFLAGS='-Wno-vla -mmacosx-version-min=10.15'
+            ./configure --enable-warnings --enable-maintainer-mode --disable-dict --disable-file --disable-ftp --disable-gopher --disable-imap --disable-ldap --disable-mqtt --disable-pop3 --disable-rtsp --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-ssl --without-zlib --enable-debug CFLAGS='-Wno-vla -mmacosx-version-min=10.15'
 
   configure-macos-securetransport-http2:
     steps: