]> granicus.if.org Git - vim/commitdiff
patch 9.0.0941: CI failures in sound dummy v9.0.0941
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Thu, 24 Nov 2022 15:15:08 +0000 (15:15 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 24 Nov 2022 15:15:08 +0000 (15:15 +0000)
Problem:    CI failures in sound dummy.
Solution:   Temporarily disable building sound dummy. (closes #11610)

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

index 487012702726e916eb4488e1f4ec6c7bc3c9219a..6e7690e9b46d105762ccc6aff1872380bcb072b2 100644 (file)
@@ -174,22 +174,23 @@ jobs:
           sudo usermod -a -G audio "${USER}"
           sudo bash ci/setup-xvfb.sh
 
-      - name: Cache snd-dummy
-        uses: actions/cache@v3
-        with:
-          path: ${{ env.SND_DUMMY_DIR }}
-          key: linux-${{ env.LINUX_VERSION }}-snd-dummy
+      # FIXME: Temporarily disabled because of build errors
+      #- name: Cache snd-dummy
+      #  uses: actions/cache@v3
+      #  with:
+      #    path: ${{ env.SND_DUMMY_DIR }}
+      #    key: linux-${{ env.LINUX_VERSION }}-snd-dummy
 
-      - name: Set up snd-dummy
-        run: |
-          if [[ ! -e ${SND_DUMMY_DIR}/snd-dummy.ko ]]; then
-            bash ci/build-snd-dummy.sh
-          fi
-          cd "${SND_DUMMY_DIR}"
-          sudo insmod soundcore.ko
-          sudo insmod snd.ko
-          sudo insmod snd-pcm.ko
-          sudo insmod snd-dummy.ko
+      #- name: Set up snd-dummy
+      #  run: |
+      #    if [[ ! -e ${SND_DUMMY_DIR}/snd-dummy.ko ]]; then
+      #      bash ci/build-snd-dummy.sh
+      #    fi
+      #    cd "${SND_DUMMY_DIR}"
+      #    sudo insmod soundcore.ko
+      #    sudo insmod snd.ko
+      #    sudo insmod snd-pcm.ko
+      #    sudo insmod snd-dummy.ko
 
       - name: Check autoconf
         if: contains(matrix.extra, 'unittests')
index da0b1e5a5b3894df98032584a36fda7f905a9caa..1568691ec45ad90c7b4b01d151d1a638b68c2ed5 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    941,
 /**/
     940,
 /**/