Commit graph

4 commits

Author SHA1 Message Date
Daniel Eklöf
c49eac2147
meson: convert -Dterminfo from a boolean to a feature option
Patch from Jan Beich
2021-02-12 10:48:06 +01:00
Daniel Eklöf
9411054b50
ci: freebsd: don’t need -Wno-missing-braces anymore
builds.sr.ht has been updated to FreeBSD-12.2
2021-01-29 10:57:32 +01:00
Daniel Eklöf
207fdaf06c
ci: freebsd-x64: compile with -Wno-missing-braces
The freebsd/latest image is still FreeBSD-12, with clang-8. It
generate false positive warnings:

../../foot/search.c:357:21: error: suggest braces around initialization of subobject [-Werror,-Wmissing-braces]
    mbstate_t ps = {0};
2021-01-23 10:18:33 +01:00
Jan Beich
d31cc9b5ef
ci: enable freebsd-x64 job
- Add missing dependencies
- Disable terminfo to match downstream
2021-01-23 10:18:19 +01:00
Renamed from .builds/freebsd-x64.yml.disabled (Browse further)