1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

ci/tests: install impacket for SMB tests on FreeBSD using CirrusCI

Also force the package index/cache to be updated before installing.

Closes #5103
This commit is contained in:
Marc Hoersken 2020-03-15 13:38:41 +01:00
parent 92f129cd9f
commit 49fbe01908
No known key found for this signature in database
GPG Key ID: 61E03CBED7BC859E

View File

@ -16,7 +16,8 @@ task:
MAKE_FLAGS: -j 2 MAKE_FLAGS: -j 2
pkginstall_script: pkginstall_script:
- pkg install -y autoconf automake libtool pkgconf brotli openldap-client heimdal libpsl libmetalink libssh2 openssh-portable libidn2 librtmp libnghttp2 nghttp2 stunnel - pkg update -f
- pkg install -y autoconf automake libtool pkgconf brotli openldap-client heimdal libpsl libmetalink libssh2 openssh-portable libidn2 librtmp libnghttp2 nghttp2 stunnel py27-impacket
- pkg delete -y curl - pkg delete -y curl
configure_script: configure_script:
- ./buildconf - ./buildconf