diff options
author | Michael Forney <mforney@mforney.org> | 2021-04-21 19:21:23 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2021-04-21 19:59:46 -0700 |
commit | c5a570ee9bcf787bcaf639d4abb8c251ec223705 (patch) | |
tree | 6c5ac109dd924c9ef5f41dec91e4b2755a1b0cce /.builds/freebsd.yml | |
parent | a4fa38b4e14131d9a0f9900320a2a0d9e7c27cc6 (diff) |
CI: Pin FreeBSD to 12.x for now
FreeBSD 13 no longer contains a standalone assembler in the base
install, and also added a hard-requirement on _Thread_local.
Diffstat (limited to '.builds/freebsd.yml')
-rw-r--r-- | .builds/freebsd.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index c596346..65a0f36 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -1,4 +1,4 @@ -image: freebsd/latest +image: freebsd/12.x sources: - https://git.sr.ht/~mcf/cproc - git://c9x.me/qbe.git |