Skip to content

Commit

Permalink
CI: temporary drop the Ubuntu 22.04 VM
Browse files Browse the repository at this point in the history
As the inline comment says - instead of flipping the CONFIG toggle, the
team has decided to patch the kernel build system 🤔

This results in borked tests, since dkms code still (incorrectly) parses
the modules.dep to determine the compression type, while the tests do
not.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
  • Loading branch information
evelikov committed Apr 7, 2024
1 parent 4d466bf commit 48f8f97
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,10 @@ jobs:
strategy:
matrix:
version:
- 22.04
# The Canonical team has chosen to disable module compression by
# patching the kernel Makefile.modinst. For more context see:
# https://github.com/dell/dkms/issues/405
# - 22.04
- 20.04
runs-on: ubuntu-${{ matrix.version }}

Expand Down

0 comments on commit 48f8f97

Please sign in to comment.