summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorFrode Nordahl <frode.nordahl@canonical.com>2022-07-14 17:55:38 +0200
committerIlya Maximets <i.maximets@ovn.org>2022-07-15 13:43:39 +0200
commit02428f7151ea7940864812e19280a4c7b2ae85cb (patch)
treef1966d3d498fd9deaab62324a3924627d0e1ebe5 /.github/workflows
parent92eb03f7b03a332b45d6edb2a8b5fa2e1c40d71f (diff)
downloadopenvswitch-02428f7151ea7940864812e19280a4c7b2ae85cb.tar.gz
debian: Archive debian packaging source.
The packaging source in the OVS repository has drifted away from what is currently in Debian and Ubuntu. This state is problematic because from time to time someone tries to build packages from the upstream OVS debian package source and then expect that package to work with up-/down-grades from-/to/ distro versions. To support the on-going work to remove the out of tree OVS kernel driver from the repository [0], an update to the debian packaging is also required. On the back of the discussion in [0] we agreed that replacing the current version with what Debian and Ubuntu is currently converging on would be preferable. This commit is a first in a series to update the upstream OVS debian packaging source to be up to date with what is currently in Debian and Ubuntu. 0: https://mail.openvswitch.org/pipermail/ovs-dev/2022-June/394634.html Signed-off-by: Frode Nordahl <frode.nordahl@canonical.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build-and-test.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml
index 9e3583781..ec34a9b0d 100644
--- a/.github/workflows/build-and-test.yml
+++ b/.github/workflows/build-and-test.yml
@@ -111,9 +111,6 @@ jobs:
m32: m32
opts: --disable-ssl
- - compiler: gcc
- deb_package: deb
-
steps:
- name: checkout
uses: actions/checkout@v2