0
0
mirror of https://github.com/vim/vim.git synced 2025-10-06 05:44:14 -04:00

patch 9.0.1536: CI: sound dummy stopped working

Problem:    CI: sound dummy stopped working.
Solution:   Temporarily stop using sound dummy.
This commit is contained in:
Bram Moolenaar
2023-05-09 22:13:58 +01:00
parent a4467c433a
commit 5fc7959dcb
2 changed files with 14 additions and 11 deletions

View File

@@ -174,17 +174,18 @@ jobs:
sudo usermod -a -G audio "${USER}" sudo usermod -a -G audio "${USER}"
sudo bash ci/setup-xvfb.sh sudo bash ci/setup-xvfb.sh
- name: Set up snd-dummy # FIXME: Temporarily disabled because of build errors
if: (!(contains(matrix.extra, 'unittests') || contains(matrix.extra, 'vimtags'))) # - name: Set up snd-dummy
env: # if: (!(contains(matrix.extra, 'unittests') || contains(matrix.extra, 'vimtags')))
DEST_DIR: ${{ env.TMPDIR }}/linux-modules-extra-${{ env.LINUX_VERSION }} # env:
run: | # DEST_DIR: ${{ env.TMPDIR }}/linux-modules-extra-${{ env.LINUX_VERSION }}
cd /lib/modules/${{ env.LINUX_VERSION }} # run: |
sudo apt-get install -d -y linux-modules-extra-${{ env.LINUX_VERSION }} # cd /lib/modules/${{ env.LINUX_VERSION }}
sudo dpkg -x /var/cache/apt/archives/linux-modules-extra-${{ env.LINUX_VERSION }}*.deb "${DEST_DIR}" # sudo apt-get install -d -y linux-modules-extra-${{ env.LINUX_VERSION }}
tar -cC "${DEST_DIR}"/lib/modules/${{ env.LINUX_VERSION }} kernel/sound | sudo tar -x # sudo dpkg -x /var/cache/apt/archives/linux-modules-extra-${{ env.LINUX_VERSION }}*.deb "${DEST_DIR}"
sudo depmod # tar -cC "${DEST_DIR}"/lib/modules/${{ env.LINUX_VERSION }} kernel/sound | sudo tar -x
sudo modprobe snd-dummy # sudo depmod
# sudo modprobe snd-dummy
- name: Check autoconf - name: Check autoconf
if: contains(matrix.extra, 'unittests') if: contains(matrix.extra, 'unittests')

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
1536,
/**/ /**/
1535, 1535,
/**/ /**/