diff options
author | Philip H <47042125+pheiduck@users.noreply.github.com> | 2022-07-26 22:37:56 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2022-08-08 23:25:56 +0200 |
commit | 3879d812adae3cf9d70237df9d3fd6b7d8d7bded (patch) | |
tree | 8b152b36f400ee5f2417f59759c129325289f539 /.cirrus.yml | |
parent | 15f7feac22583bbfdf56eb263c8d0374c0f6da29 (diff) | |
download | curl-3879d812adae3cf9d70237df9d3fd6b7d8d7bded.tar.gz |
cirrus/freebsd-ci: bootstrap the pip installer
Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com>
Closes #9213
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index e4b0abca8..7a0674849 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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" |