To: vim_dev@googlegroups.com Subject: Patch 9.0.1536 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///