summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@ovn.org>2020-01-02 11:57:53 +0100
committerIlya Maximets <i.maximets@ovn.org>2020-01-03 13:34:33 +0100
commitdfa2e3d04948ce6ff78057008314efe79eea4764 (patch)
tree122dc2febd63f71bff51e1d903aab0d10c5f72a8 /.cirrus.yml
parent2bf6ffb76ac6e8ae23df8bde72d85c2b351d1160 (diff)
downloadopenvswitch-dfa2e3d04948ce6ff78057008314efe79eea4764.tar.gz
cirrus: Use python 3.7 packages on FreeBSD.
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>
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index f7a625f01..1b32f55d6 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -9,7 +9,7 @@ freebsd_build_task:
env:
DEPENDENCIES: automake libtool gmake gcc wget openssl
- python3 py36-openssl py36-sphinx
+ python3 py37-openssl py37-sphinx
matrix:
COMPILER: gcc
COMPILER: clang