mirror of
https://github.com/vim/vim.git
synced 2025-10-14 07:04:10 -04:00
patch 9.0.0941: CI failures in sound dummy
Problem: CI failures in sound dummy. Solution: Temporarily disable building sound dummy. (closes #11610)
This commit is contained in:
31
.github/workflows/ci.yml
vendored
31
.github/workflows/ci.yml
vendored
@@ -174,22 +174,23 @@ jobs:
|
|||||||
sudo usermod -a -G audio "${USER}"
|
sudo usermod -a -G audio "${USER}"
|
||||||
sudo bash ci/setup-xvfb.sh
|
sudo bash ci/setup-xvfb.sh
|
||||||
|
|
||||||
- name: Cache snd-dummy
|
# FIXME: Temporarily disabled because of build errors
|
||||||
uses: actions/cache@v3
|
#- name: Cache snd-dummy
|
||||||
with:
|
# uses: actions/cache@v3
|
||||||
path: ${{ env.SND_DUMMY_DIR }}
|
# with:
|
||||||
key: linux-${{ env.LINUX_VERSION }}-snd-dummy
|
# path: ${{ env.SND_DUMMY_DIR }}
|
||||||
|
# key: linux-${{ env.LINUX_VERSION }}-snd-dummy
|
||||||
|
|
||||||
- name: Set up snd-dummy
|
#- name: Set up snd-dummy
|
||||||
run: |
|
# run: |
|
||||||
if [[ ! -e ${SND_DUMMY_DIR}/snd-dummy.ko ]]; then
|
# if [[ ! -e ${SND_DUMMY_DIR}/snd-dummy.ko ]]; then
|
||||||
bash ci/build-snd-dummy.sh
|
# bash ci/build-snd-dummy.sh
|
||||||
fi
|
# fi
|
||||||
cd "${SND_DUMMY_DIR}"
|
# cd "${SND_DUMMY_DIR}"
|
||||||
sudo insmod soundcore.ko
|
# sudo insmod soundcore.ko
|
||||||
sudo insmod snd.ko
|
# sudo insmod snd.ko
|
||||||
sudo insmod snd-pcm.ko
|
# sudo insmod snd-pcm.ko
|
||||||
sudo insmod snd-dummy.ko
|
# sudo insmod snd-dummy.ko
|
||||||
|
|
||||||
- name: Check autoconf
|
- name: Check autoconf
|
||||||
if: contains(matrix.extra, 'unittests')
|
if: contains(matrix.extra, 'unittests')
|
||||||
|
@@ -695,6 +695,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
941,
|
||||||
/**/
|
/**/
|
||||||
940,
|
940,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user