Browse Source

CI: Update FreeBSD image to 13.1, fix build.

In principle, major FreeBSD versions should be ABI compatible.
But in this case the python3 binary would only run on 13.1, not 13.0.
tags/v1.9.22
Florian Walpen 10 months ago
parent
commit
f18660aa03
No known key found for this signature in database GPG Key ID: E11C40B3BC8863BC
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .cirrus.yml

+ 1
- 1
.cirrus.yml View File

@@ -2,7 +2,7 @@ task:
freebsd_instance:
matrix:
- image_family: freebsd-12-3
- image_family: freebsd-13-0
- image_family: freebsd-13-1

environment:
CFLAGS: -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing -I/usr/local/include


Loading…
Cancel
Save