Patch 9.0.1536
Problem: CI: sound dummy stopped working.
Solution: Temporarily stop using sound dummy.
Files: .github/workflows/ci.yml
*** ../vim-9.0.1535/.github/workflows/ci.yml 2023-04-26 15:43:36.606094298
+0100
--- .github/workflows/ci.yml 2023-05-09 22:10:32.545732126 +0100
***************
*** 174,190 ****
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 }}
! run: |
! cd /lib/modules/${{ env.LINUX_VERSION }}
! sudo apt-get install -d -y linux-modules-extra-${{
env.LINUX_VERSION }}
! sudo dpkg -x /var/cache/apt/archives/linux-modules-extra-${{
env.LINUX_VERSION }}*.deb "${DEST_DIR}"
! tar -cC "${DEST_DIR}"/lib/modules/${{ env.LINUX_VERSION }}
kernel/sound | sudo tar -x
! sudo depmod
! sudo modprobe snd-dummy
- name: Check autoconf
if: contains(matrix.extra, 'unittests')
--- 174,191 ----
sudo usermod -a -G audio "${USER}"
sudo bash ci/setup-xvfb.sh
! # FIXME: Temporarily disabled because of build errors
! # - 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 }}
! # run: |
! # cd /lib/modules/${{ env.LINUX_VERSION }}
! # sudo apt-get install -d -y linux-modules-extra-${{
env.LINUX_VERSION }}
! # sudo dpkg -x /var/cache/apt/archives/linux-modules-extra-${{
env.LINUX_VERSION }}*.deb "${DEST_DIR}"
! # tar -cC "${DEST_DIR}"/lib/modules/${{ env.LINUX_VERSION }}
kernel/sound | sudo tar -x
! # sudo depmod
! # sudo modprobe snd-dummy
- name: Check autoconf
if: contains(matrix.extra, 'unittests')
*** ../vim-9.0.1535/src/version.c 2023-05-09 22:07:07.225442277 +0100
--- src/version.c 2023-05-09 22:13:31.297909272 +0100
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1536,
/**/
--
For a moment, nothing happened.
Then, after a second or so, nothing continued to happen.
-- Douglas Adams, "The Hitchhiker's Guide to the Galaxy"
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
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 on the web visit
https://groups.google.com/d/msgid/vim_dev/20230509211426.0994D1C1B21%40moolenaar.net.