summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@ovn.org>2022-08-08 21:48:00 +0200
committerIlya Maximets <i.maximets@ovn.org>2022-08-09 14:04:57 +0200
commit3e1750eee2bc3076dc669c6a4ed88a21a51cf258 (patch)
treecdf8fe326d6aad1a500963119a35cf7afc7918c9
parentc85d35ea1a42a157ec0cdfc15d6c6848e43e9043 (diff)
downloadopenvswitch-3e1750eee2bc3076dc669c6a4ed88a21a51cf258.tar.gz
github: Move CI to ubuntu 20.04 base image.
18.04 image is deprecated and will disappear soon. Also some slowdowns and brownouts are planned to push users away from this deprecated version: https://github.com/actions/virtual-environments/issues/6002 Moving to 20.04. Can't move to 22.04 at the moment because of deprecation warnings from openssl 3.0. Acked-by: Dumitru Ceara <dceara@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
-rw-r--r--.github/workflows/build-and-test.yml4
-rw-r--r--debian/control1
2 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml
index 7434ad18e..2074c1de0 100644
--- a/.github/workflows/build-and-test.yml
+++ b/.github/workflows/build-and-test.yml
@@ -6,7 +6,7 @@ jobs:
build-linux:
env:
dependencies: |
- automake libtool gcc bc libjemalloc1 libjemalloc-dev \
+ automake libtool gcc bc libjemalloc2 libjemalloc-dev \
libssl-dev llvm-dev libelf-dev libnuma-dev libpcap-dev \
ninja-build selinux-policy-dev
deb_dependencies: |
@@ -25,7 +25,7 @@ jobs:
TESTSUITE: ${{ matrix.testsuite }}
name: linux ${{ join(matrix.*, ' ') }}
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
timeout-minutes: 30
strategy:
diff --git a/debian/control b/debian/control
index 6420b9d3e..27359a297 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends: graphviz,
bzip2,
debhelper (>= 8),
dh-autoreconf,
+ dh-python,
libssl-dev,
libtool,
openssl,