Skip to content

Commit

Permalink
cirrus: FreeBSD 13 update to python39
Browse files Browse the repository at this point in the history
  • Loading branch information
rurban committed Aug 15, 2022
1 parent e32962d commit 686e166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ task:
auto_cancellation: $CIRRUS_BRANCH != 'master' && $CIRRUS_BRANCH !=~ 'smoke/.*'
only_if: $CIRRUS_BRANCH =~ 'smoke/.*' || $CIRRUS_BRANCH == 'master'
install_script:
- pkg install -y m4 git autoconf automake libtool pkgconf python38 py38-libxml2 pcre2 libxml2
texinfo p5-Convert-Binary-C
- pkg install -y m4 git autoconf automake libtool pkgconf python39
py39-libxml2 pcre2 libxml2 texinfo p5-Convert-Binary-C
build_script:
- sh ./autogen.sh
# --disable-python
Expand Down

0 comments on commit 686e166

Please # to comment.