To: vim_dev@googlegroups.com Subject: Patch 9.0.0941 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0941 Problem: CI failures in sound dummy. Solution: Temporarily disable building sound dummy. (closes #11610) Files: .github/workflows/ci.yml *** ../vim-9.0.0940/.github/workflows/ci.yml 2022-11-09 16:12:43.632533479 +0000 --- .github/workflows/ci.yml 2022-11-24 15:14:46.478830387 +0000 *************** *** 174,195 **** 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 ! - 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') --- 174,196 ---- sudo usermod -a -G audio "${USER}" sudo bash ci/setup-xvfb.sh ! # 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: Check autoconf if: contains(matrix.extra, 'unittests') *** ../vim-9.0.0940/src/version.c 2022-11-24 14:05:15.526236452 +0000 --- src/version.c 2022-11-24 15:13:06.890802796 +0000 *************** *** 697,698 **** --- 697,700 ---- { /* Add new patch number below this line */ + /**/ + 941, /**/ -- Don't drink and drive. You might hit a bump and spill your beer. /// 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 ///