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
No known key found for this signature in database
GPG Key ID: E11C40B3BC8863BC
1 changed files with
1 additions and
1 deletions
-
.cirrus.yml
|
|
@@ -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 |
|
|
|