aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMarc Hoersken <info@marc-hoersken.de>2020-03-15 13:38:41 +0100
committerMarc Hoersken <info@marc-hoersken.de>2020-03-15 13:38:41 +0100
commit49fbe01908017b97c567937d44684ed8b7ce41d5 (patch)
tree41b5f333480e14f4fee9706e13f9670a76827e8e /.cirrus.yml
parent92f129cd9f25439d733f726ad647685a6762df9d (diff)
ci/tests: install impacket for SMB tests on FreeBSD using CirrusCI
Also force the package index/cache to be updated before installing. Closes #5103
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 5bf6b35a4..734c5a8c9 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