To: vim_dev@googlegroups.com Subject: Patch 9.0.0277 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0277 Problem: Coverity CI: update-alternatives not needed with Ubuntu 20.04. Solution: Remove update-alternatives for Lua. (closes #10987) Files: .github/workflows/coverity.yml *** ../vim-9.0.0276/.github/workflows/coverity.yml 2022-08-25 16:24:53.166843838 +0100 --- .github/workflows/coverity.yml 2022-08-26 15:43:09.736905689 +0100 *************** *** 50,61 **** echo "CONFOPT=--enable-perlinterp --enable-pythoninterp --enable-python3interp --enable-rubyinterp --enable-luainterp --enable-tclinterp" ) >> $GITHUB_ENV - - name: Set up system - run: | - # Setup lua5.3 manually since its package doesn't provide alternative. - # https://bugs.launchpad.net/ubuntu/+source/lua5.3/+bug/1707212 - sudo update-alternatives --install /usr/bin/lua lua /usr/bin/lua5.3 10 - - name: Configure run: | ./configure --with-features=huge ${CONFOPT} --enable-fail-if-missing --- 50,55 ---- *** ../vim-9.0.0276/src/version.c 2022-08-26 15:34:48.248902161 +0100 --- src/version.c 2022-08-26 15:46:27.856856334 +0100 *************** *** 725,726 **** --- 725,728 ---- { /* Add new patch number below this line */ + /**/ + 277, /**/ -- There are only two hard things in programming: Cache invalidation, naming things and off-by-one errors. /// 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 ///