Skip to content

Commit

Permalink
cirrus: Use python 3.7 packages on FreeBSD.
Browse files Browse the repository at this point in the history
Python 3.6 versions of these packages are no longer available in
FreeBSD ports.

Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
  • Loading branch information
igsilya authored and Alin Gabriel Serdean committed Jul 15, 2020
1 parent 8f93edd commit a2744ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ freebsd_build_task:
env:
DEPENDENCIES: automake libtool gmake gcc wget openssl
python py27-six py27-sphinx py27-openssl
python3 py36-six py36-openssl
python3 py37-six py37-openssl
matrix:
COMPILER: gcc
COMPILER: clang
Expand Down

0 comments on commit a2744ab

Please sign in to comment.