]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cirrus/freebsd-ci: bootstrap the pip installer
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Tue, 26 Jul 2022 20:37:56 +0000 (22:37 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 8 Aug 2022 21:25:56 +0000 (23:25 +0200)
Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com>
Closes #9213

.cirrus.yml

index e4b0abca8fa3223c663ad6aec11dc0485042d9c5..7a06748499b07cc2046b96f79beebad7b52878f5 100644 (file)
@@ -42,8 +42,10 @@ 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 py39-pip
+    - pkg install -y autoconf automake libtool pkgconf brotli openldap24-client heimdal libpsl libssh2 openssh-portable libidn2 librtmp libnghttp2 nghttp2 stunnel
     - pkg delete -y curl
+    - python -m ensurepip --default-pip
+    - python -m pip install --upgrade pip
     - pip install "cryptography<3.2"
     - pip install "pyOpenSSL<20.0"
     - pip install "impacket"