From 31332bca450c8b681802802e06342353abf9dd20 Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Mon, 2 Mar 2020 19:30:41 -0800 Subject: [PATCH] workaround refs #13563 freebsd CI (#13564) --- .builds/freebsd.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 7810e39afd02f..b53cc310454ed 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -1,4 +1,9 @@ -image: freebsd/latest +# see https://man.sr.ht/builds.sr.ht/compatibility.md#freebsd +# these are all broken, pending https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244549 +# image: freebsd/latest +# image: freebsd/current +# image: freebsd/12.x +image: freebsd/11.x packages: - databases/sqlite3 - devel/boehm-gc-threaded