Skip to content

Commit

Permalink
ci: Manage host/system level dependencies.
Browse files Browse the repository at this point in the history
Most dependencies are managed in the `prepare-container` job,
but there are some host/system level dependencies.

This will be used by a subsequent patch that adds system tests
that require the `vrf` kernel module to be loaded.

Signed-off-by: Frode Nordahl <fnordahl@ubuntu.com>
Signed-off-by: 0-day Robot <robot@bytheb.org>
  • Loading branch information
fnordahl authored and ovsrobot committed Jan 2, 2025
1 parent 072b8ec commit c090ca5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@ jobs:
- { arch: x86, compiler: gcc, opts: --disable-ssl }

steps:
- name: system-level-dependencies
run: |
sudo apt update
sudo apt -y install linux-modules-extra-$(uname -r)
- name: checkout
if: github.event_name == 'push' || github.event_name == 'pull_request'
uses: actions/checkout@v4
Expand Down

0 comments on commit c090ca5

Please sign in to comment.