CI: drop setup of snd-dummy module
Commit:
https://github.com/vim/vim/commit/e0424b3348042d6486eee0273439c073ed96da15
Author: Philip H. <[email protected]>
Date: Tue Jan 7 20:43:29 2025 +0100
CI: drop setup of snd-dummy module
Apparently even when loading the snd-dummy kernel module, the
CI tests for the sounds feature in test_sound.vim are already skipped.
So let's just remove all of this (even so we may loose a bit of coverage
information here).
closes: #16391
Signed-off-by: Philip H. <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2d49111f9..6d05b75f4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -215,21 +215,6 @@ jobs:
sudo usermod -a -G audio "${USER}"
sudo bash ci/setup-xvfb.sh
- - name: Set up snd-dummy
- if: (!(contains(matrix.extra, 'unittests') || contains(matrix.extra,
'vimtags')))
- env:
- DEST_DIR: ${{ env.TMPDIR }}/linux-modules-extra-${{
env.LINUX_VERSION }}
- uses: tecolicom/actions-use-apt-tools@main
- with:
- tools: linux-modules-extra-${{ env.LINUX_VERSION }}
- path: "${DEST_DIR}"
-
- - name: modprobe snd-dummy
- if: (!(contains(matrix.extra, 'unittests') || contains(matrix.extra,
'vimtags')))
- run: |
- sudo depmod --verbose
- sudo modprobe --verbose snd-dummy || true
-
- name: Check autoconf
if: contains(matrix.extra, 'unittests')
run: |
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1tVFkB-00EFjF-QS%40256bit.org.