dgibson / dtc

Device Tree Compiler
218 stars 130 forks source link

CI: Cirrus: bump used FreeBSD from 12.1 to 13.0 #55

Closed a3f closed 2 years ago

a3f commented 2 years ago

CI freebsd_12 job currently fails to build PRs, because of:

ld-elf.so.1: /usr/local/bin/bison: Undefined symbol "fread_unlocked@FBSD_1.6"

According to FreeBSD issue tracker1, the proper solution is to upgrade to a supported release, so do that for our CI.

dgibson commented 2 years ago

Merged, thanks.