]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cirrus: install everthing with pkg, avoid pip
authorDaniel Stenberg <daniel@haxx.se>
Tue, 22 Aug 2023 15:47:56 +0000 (17:47 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 22 Aug 2023 21:06:20 +0000 (23:06 +0200)
Assisted-by: Sevan Janiyan
Closes #11711

.cirrus.yml

index a9eb1400b65fb19fe0d3a17ae5670bf5fae4e1fb..6ae0522534b76547f62c7a29ff734649a9d746b3 100644 (file)
@@ -57,15 +57,8 @@ freebsd_task:
 
   pkginstall_script:
     - pkg update -f
-    - pkg install -y autoconf automake libtool pkgconf brotli openldap24-client heimdal libpsl libssh2 openssh-portable libidn2 librtmp libnghttp2 nghttp2 stunnel
+    - pkg install -y autoconf automake libtool pkgconf brotli openldap24-client heimdal libpsl libssh2 openssh-portable libidn2 librtmp libnghttp2 nghttp2 stunnel py39-openssl py39-impacket py39-cryptography
     - pkg delete -y curl
-    - python -m ensurepip --default-pip
-    - python -m pip install --upgrade pip
-    # PYTHON/RUST/CRYPTO FAIL
-    # this currently fails with "error" in building rust crypto for python
-    #- pip install "cryptography<3.2"
-    #- pip install "pyOpenSSL<20.0"
-    #- pip install "impacket"
   configure_script:
     - autoreconf -fi
     # Building with the address sanitizer is causing unexplainable test issues due to timeouts