From c90b6f4369a07f1538a5cdc54a40c4bd11da205f Mon Sep 17 00:00:00 2001 From: Andrew Cooper Date: Thu, 25 Feb 2021 20:30:49 +0000 Subject: [PATCH] cirrus-ci: Drop obsolete dependency MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit markdown as a dependency was dropped in 4.12 Fixes: 5d94433a66 ("cirrus-ci: introduce some basic FreeBSD testing") Signed-off-by: Andrew Cooper Reviewed-by: Roger Pau Monné Release-Acked-by: Ian Jackson --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 5e3e46368e..0efff6fa98 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -4,7 +4,7 @@ freebsd_template: &FREEBSD_TEMPLATE APPEND_LIB: /usr/local/lib APPEND_INCLUDES: /usr/local/include - install_script: pkg install -y seabios markdown gettext-tools gmake + install_script: pkg install -y seabios gettext-tools gmake pkgconf python libiconv bison perl5 yajl lzo2 pixman argp-standalone libxml2 glib git -- 2.30.2