On Di, 15 Aug 2023, Christian Brabandt wrote:
>
> On Mo, 14 Aug 2023, Yegappan Lakshmanan wrote:
>
> > Hi,
> >
> > The CI Linux tests are failing for the past few days due to missing
> > linux-modules-extra-5.15.0-1042-azure package.
> >
> > Should we disable the sound tests temporarily and disable the installation
> > of this package?
>
> There is actually a check, that should catch if the module exists.
> Apparently that test returns true (meaning the package should exists)
> but is still not installable.
>
> I have for now created
https://github.com/vim/vim/pull/12802 as a
> temporary work-around. Hopefully this works.