Patch 9.0.1536

2 views
Skip to first unread message

Bram Moolenaar

unread,
May 9, 2023, 5:14:30 PM5/9/23
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages