On Mo, 11 Okt 2021, Bram Moolenaar wrote:
> > It appears github actions using clang have recently started failing: > > update-alternatives: using /usr/bin/clang-11 to provide /usr/bin/clang > (clang) in manual mode > update-alternatives: error: alternative path /usr/bin/llvm-cov-11 doesn't > exist > > Does someone know how to fix that? > I assume there must have been an update in the environment provided by > github. I don't know. Possibly some change in the dependencies of the clang-11 package. It looks like the CI image does not install llvm-11 anymore, but this package seems to provide /usr/bin/llvm-cov-11 Let's see if https://github.com/vim/vim/pull/8993 fixes it. Best, Christian -- Letzte Worte des Briefbombenlegers: "Wie war noch mal die Faxnummer?" -- -- 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/20211012100759.GD3083214%40256bit.org.
