commit | 4eda2590f481db53318a2f203c85eab3dde4b340 | [log] [tgz] |
---|---|---|
author | Ahmad Fatoum <a.fatoum@pengutronix.de> | Sun Oct 31 14:09:31 2021 +0100 |
committer | David Gibson <david@gibson.dropbear.id.au> | Mon Nov 01 14:02:44 2021 +1100 |
tree | 2e821738140dae9f00bfce5e2958984dca1c1744 | |
parent | 0a3a9d3449c88aabe88685ea99811bf6c02a570d [diff] |
CI: Cirrus: bump used FreeBSD from 12.1 to 13.0 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 tracker[1], the proper solution is to upgrade to a supported release, so do that for our CI. [1]: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253452 Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>