Main: fix Cirrus CI

This commit is contained in:
Alex Kotov 2022-05-24 15:53:38 +03:00
parent 5065a989ba
commit 5c8b952791
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ freebsd_instance:
main_freebsd_task:
name: Main (FreeBSD)
dependencies_script:
- pkg install --yes autoconf automake py38-Jinja2
- pkg install --yes autoconf automake py3-Jinja2
main_build_script:
- ./autogen.sh
- ./configure --enable-tests-all CFLAGS='-O3'

View File

@ -143,8 +143,8 @@ make
You can test with `make check`.
Some tests require Python 3 with YAML and Jinja2. If you don't have them,
configure with `--disable-tests-python`.
Some tests require Python 3 with YAML and Jinja2. Disable them with
`--disable-tests-python`.
### Cross