]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.1903: CI fails because snd-dummy modules missing v9.0.1903
authorChristian Brabandt <cb@256bit.org>
Sat, 16 Sep 2023 16:29:42 +0000 (18:29 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 16 Sep 2023 16:29:42 +0000 (18:29 +0200)
Problem:  Github Actions fails because snd-dummy modules missing
          in current runner images
Solution: ignore modprobe error

related: actions/runner-images#8295

Signed-off-by: Christian Brabandt <cb@256bit.org>
.github/workflows/ci.yml
src/version.c

index 30e9d6c6593e3dfad59fcd351ab3275b7b4ec399..f3ed8acb10830e97f1fa61e3ba43e5f07c9d3877 100644 (file)
@@ -210,7 +210,7 @@ jobs:
         if: (!(contains(matrix.extra, 'unittests') || contains(matrix.extra, 'vimtags')))
         run: |
           sudo depmod --verbose
-          sudo modprobe --verbose snd-dummy
+          sudo modprobe --verbose snd-dummy || true
 
       - name: Check autoconf
         if: contains(matrix.extra, 'unittests')
index 677c35cb05c3aa3652f41da9d96be14cc723eec4..264fc7e7df1aa9836fb1522431360b0b231aaa95 100644 (file)
@@ -699,6 +699,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1903,
 /**/
     1902,
 /**/