From 024d91a493654c48a289e75bec6dca06ed808669 Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Tue, 15 Dec 2020 12:31:43 +0100 Subject: [PATCH] cirrus: remove FreeBSD 11.4. Many packages needed to build Wireshark are missing from pkg in FreeBSD 11.4. They're only available in ports. That doesn't mean that Wireshark is not compilable on FreeBSD 11.4, but that it requires a long build from ports that is unlikely compatible with Cirrus' CI (and its timeouts). --- .cirrus.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 9078af6896..4a839da85c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -4,7 +4,6 @@ task: matrix: - image_family: freebsd-13-0-snap - image_family: freebsd-12-1 - - image_family: freebsd-11-4 env: ASSUME_ALWAYS_YES: YES setup_script: