Skip to content

Commit

Permalink
cirrus/freebsd-ci: bootstrap the pip installer
Browse files Browse the repository at this point in the history
Signed-off-by: Philip H <[email protected]>

Closes curl#9213
  • Loading branch information
pheiduck authored and bagder committed Aug 8, 2022
1 parent 15f7fea commit 3879d81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3879d81

Please sign in to comment.