summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDavid Marchand <david.marchand@redhat.com>2022-12-21 18:51:20 +0100
committerIlya Maximets <i.maximets@ovn.org>2022-12-21 20:23:42 +0100
commit9a86a3dd68f054d47e1a93b8dec03d51479554f4 (patch)
tree16bfd1616b229c9bc70d9e27b01b19ee3ba362a4 /.github/workflows
parentd5469cb743c284461739cb99c686dfbe92ded70c (diff)
downloadopenvswitch-9a86a3dd68f054d47e1a93b8dec03d51479554f4.tar.gz
travis: Drop support.
Following a change in the terms of use, free Travis credits are really too low for a realistic usage by OVS contributors. As a consequence, testing OVS with Travis has been abandoned by most (if not all) contributors to the project. Drop the Travis configuration from our repository, clean references in the documentation and move GHA specifics to the association yml. Acked-by: Aaron Conole <aconole@redhat.com> Signed-off-by: David Marchand <david.marchand@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build-and-test.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml
index e08d7b1ba..1949d1200 100644
--- a/.github/workflows/build-and-test.yml
+++ b/.github/workflows/build-and-test.yml
@@ -133,8 +133,12 @@ jobs:
- name: install common dependencies
run: sudo apt install -y ${{ env.dependencies }}
- name: install libunbound libunwind
+ # GitHub Actions doesn't have 32-bit versions of these libraries.
if: matrix.m32 == ''
run: sudo apt install -y libunbound-dev libunwind-dev
+ - name: install 32-bit libraries
+ if: matrix.m32 != ''
+ run: sudo apt install -y gcc-multilib
- name: prepare
run: ./.ci/linux-prepare.sh