mirror of
https://github.com/curl/curl.git
synced 2025-03-31 16:00:35 +08:00
cirrus/freebsd-ci: bootstrap the pip installer
Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com> Closes #9213
This commit is contained in:
parent
15f7feac22
commit
3879d812ad
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user