]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.1536: CI: sound dummy stopped working v9.0.1536
authorBram Moolenaar <Bram@vim.org>
Tue, 9 May 2023 21:13:58 +0000 (22:13 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 9 May 2023 21:13:58 +0000 (22:13 +0100)
Problem:    CI: sound dummy stopped working.
Solution:   Temporarily stop using sound dummy.

.github/workflows/ci.yml
src/version.c

index 84cb27925b51ffdbc3660558d276701cf9bf9167..6d50f8c1bc34953d03df416890fc8afcdef3c939 100644 (file)
@@ -174,17 +174,18 @@ 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 }}
-        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
+      # 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')
index 8da355b336ce50b47d6fcb25b17e9d95f478e184..c8daf71c8ccbfda3b72f3ece597d6a545bf2b0b0 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1536,
 /**/
     1535,
 /**/