diff options
author | Ahmad Fatoum <a.fatoum@pengutronix.de> | 2021-10-31 14:09:31 +0100 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2021-11-01 14:02:44 +1100 |
commit | 4eda2590f481db53318a2f203c85eab3dde4b340 (patch) | |
tree | 2e821738140dae9f00bfce5e2958984dca1c1744 | |
parent | 0a3a9d3449c88aabe88685ea99811bf6c02a570d (diff) | |
download | device-tree-compiler-4eda2590f481db53318a2f203c85eab3dde4b340.tar.gz |
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>
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index c270a09..d2dc34e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,9 +1,9 @@ env: CIRRUS_CLONE_DEPTH: 1 -freebsd_12_task: +freebsd_13_task: freebsd_instance: - image: freebsd-12-1-release-amd64 + image: freebsd-13-0-release-amd64 install_script: pkg install -y bison gmake pkgconf build_script: |