Commit graph

2 commits

Author SHA1 Message Date
Daniel Eklöf
b2d0af7016
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:07:02 +01:00
Jan Beich
dfc157e6b1
ci: enable freebsd-x64 job
- Add missing dependencies
- Disable terminfo to match downstream
2021-01-23 09:52:42 +01:00
Renamed from .builds/freebsd-x64.yml.disabled (Browse further)