Browse Source

ci: stop building on freebsd-12-1

An updated freebsd-12-2 image was added a few months ago, and this
older one is consistently failing to go past `pkginstall`:
```
Newer FreeBSD version for package py37-mlt:
To ignore this error set IGNORE_OSVERSION=yes
- package: 1202000
- running kernel: 1201000
Ignore the mismatch and continue? [Y/n]: pkg: repository FreeBSD contains packages for wrong OS version: FreeBSD:12:amd64
```

FreeBSD thread suggests that 12.1 is EOL, and best to avoid.

Ref: https://forums.freebsd.org/threads/78856/

Reviewed-by: Daniel Stenberg
Closes #6622
Viktor Szakats 3 years ago
parent
commit
7db6bc5eca
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .cirrus.yml

+ 0 - 1
.cirrus.yml

@@ -29,7 +29,6 @@ task:
       # A stable 13.0 image likely won't be available before early 2021
       # image_family: freebsd-13-0-snap
       image_family: freebsd-12-2
-      image_family: freebsd-12-1
       image_family: freebsd-11-4
 
   env: