Christian wrote:
> On Di, 09 Mai 2023, Bram Moolenaar wrote: > > > > > > Patch 9.0.1473 > > > Problem: CI does not run sound tests. > > > Solution: Re-enable sound tests. Use "apt-get" instead of "apt". (Ozaki > > > Kiichi, closes #12280) > > > Files: .github/workflows/ci.yml, ci/build-snd-dummy.sh > > > > Unfortunately the snd-dummy setup started failing now: > > > > Run cd /lib/modules/5.15.0-1036-azure > > Reading package lists... > > Building dependency tree... > > Reading state information... > > E: Unable to locate package linux-modules-extra-5.15.0-1036-azure > > E: Couldn't find any package by glob 'linux-modules-extra-5.15.0-1036-azure' > > E: Couldn't find any package by regex > > 'linux-modules-extra-5.15.0-1036-azure' > > Error: Process completed with exit code 100. > > > > Is there a fix? Or should I disable this for now? > > It looks like there exists no package > linux-modules-extra-5.15.0-1036-azure but Ubuntu has in its repository > the package linux-modules-extra-5.15.0-1037-azure so I guess we have to > wait, until the runner is updated to run linux version 5.15.0-1037 > (which should be there soon: > https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20230507.1) > > I guess it should resolve itself soon. Perhaps you can create a PR that reverts 9.0.1536, so we can see when this works again. It's strange that the version number goes out of sync, causing CI to break. Perhaps we should use a different variable to get the version? -- How To Keep A Healthy Level Of Insanity: 3. Every time someone asks you to do something, ask if they want fries with that. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/20230510143455.10D851C1B21%40moolenaar.net.
