diff options
author | Viktor Szakats <commit@vsz.me> | 2021-02-18 11:18:36 +0000 |
---|---|---|
committer | Viktor Szakats <commit@vsz.me> | 2021-02-18 11:21:04 +0000 |
commit | 7db6bc5ecaef321f32639149ba3737b1c8393b9c (patch) | |
tree | f73c66aedf49aa117f658a34df011cff0bd8d474 /.cirrus.yml | |
parent | 35ca04ce1b77636f4d929e0d2b83feda081d6684 (diff) | |
download | curl-7db6bc5ecaef321f32639149ba3737b1c8393b9c.tar.gz |
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
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 77efa4323..73b34e45e 100644 --- a/.cirrus.yml +++ b/.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: |