From c79f93d90fdb12c839ca59336e9bf571e8cbbcaa Mon Sep 17 00:00:00 2001 From: Kirill Isakov Date: Tue, 20 Jul 2021 21:21:13 +0600 Subject: [PATCH] sr.ht CI: add liblz4 Needed for testing LZ4 compression support when using the system library. --- .builds/freebsd.yml | 1 + .builds/netbsd.yml | 1 + .builds/openbsd.yml | 1 + 3 files changed, 3 insertions(+) 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 -- 2.20.1