summary refs log tree commit diff stats
path: root/.builds
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2020-03-02 19:30:41 -0800
committerGitHub <noreply@github.com>2020-03-02 22:30:41 -0500
commit31332bca450c8b681802802e06342353abf9dd20 (patch)
tree6f350054b8d02162b5f9cfe87a0e2dfa032d2c76 /.builds
parent451b724c40bc04e4a9c756b2fcd457cca3fd437c (diff)
downloadNim-31332bca450c8b681802802e06342353abf9dd20.tar.gz
workaround refs #13563 freebsd CI (#13564)
Diffstat (limited to '.builds')
-rw-r--r--.builds/freebsd.yml7
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