mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 20:15:03 -05: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:
parent
92f129cd9f
commit
49fbe01908
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user