From: Marc Hoersken Date: Sun, 15 Mar 2020 12:38:41 +0000 (+0100) Subject: ci/tests: install impacket for SMB tests on FreeBSD using CirrusCI X-Git-Tag: curl-7_70_0~237 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49fbe01908017b97c567937d44684ed8b7ce41d5;p=thirdparty%2Fcurl.git ci/tests: install impacket for SMB tests on FreeBSD using CirrusCI Also force the package index/cache to be updated before installing. Closes #5103 --- diff --git a/.cirrus.yml b/.cirrus.yml index 5bf6b35a48..734c5a8c99 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -16,7 +16,8 @@ task: MAKE_FLAGS: -j 2 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 configure_script: - ./buildconf