From: Kirill Isakov Date: Tue, 20 Jul 2021 15:21:13 +0000 (+0600) Subject: sr.ht CI: add liblz4 X-Git-Url: https://tinc-vpn.org/git/browse?a=commitdiff_plain;h=c79f93d90fdb12c839ca59336e9bf571e8cbbcaa;p=tinc sr.ht CI: add liblz4 Needed for testing LZ4 compression support when using the system library. --- diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 5afae0fc..fbd6670c 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -5,6 +5,7 @@ packages: - autotools - openssl - lzo2 + - liblz4 - ncurses - miniupnpc - readline diff --git a/.builds/netbsd.yml b/.builds/netbsd.yml index 633a982e..1848df0d 100644 --- a/.builds/netbsd.yml +++ b/.builds/netbsd.yml @@ -6,6 +6,7 @@ packages: - autoconf - openssl - lzo + - lz4 - miniupnpc - readline - gtexinfo diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml index d8b2ea12..23ad669b 100644 --- a/.builds/openbsd.yml +++ b/.builds/openbsd.yml @@ -6,6 +6,7 @@ packages: - autoconf-2.71 - openssl-1.1.1k - lzo2 + - lz4 - miniupnpc - readline - texinfo