diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2020-03-02 19:30:41 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-02 22:30:41 -0500 |
commit | 31332bca450c8b681802802e06342353abf9dd20 (patch) | |
tree | 6f350054b8d02162b5f9cfe87a0e2dfa032d2c76 /.builds | |
parent | 451b724c40bc04e4a9c756b2fcd457cca3fd437c (diff) | |
download | Nim-31332bca450c8b681802802e06342353abf9dd20.tar.gz |
workaround refs #13563 freebsd CI (#13564)
Diffstat (limited to '.builds')
-rw-r--r-- | .builds/freebsd.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 7810e39af..b53cc3104 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 |