From: Daniel Stenberg Date: Tue, 3 Mar 2020 13:20:04 +0000 (+0100) Subject: cirrus-ci: disable the FreeBSD 13 builds X-Git-Tag: curl-7_69_1~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=691b71be930f0e285c8f7a76efd56bbe0576cda6;p=thirdparty%2Fcurl.git cirrus-ci: disable the FreeBSD 13 builds FreeBSD 13.0 is apparently close to a year away from a stable release and has proven to cause intermittent builds failures recently. Assisted-by: Dan Fandrich Assisted-by: Fedor Korotkov Fixes #5028 Closes #5029 --- diff --git a/.cirrus.yml b/.cirrus.yml index 51748ddd8d..5bf6b35a48 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -6,7 +6,7 @@ task: freebsd_instance: matrix: # A stable 13.0 image likely won't be available before early 2021 - image_family: freebsd-13-0-snap + # image_family: freebsd-13-0-snap image_family: freebsd-12-1 # The stable 11.3 image causes "Agent is not responding" so use a snapshot image_family: freebsd-11-3-snap