Patch 9.0.0264
Problem: CI still runs on Ubuntu 18.04.
Solution: Run CI on Ubuntu 20.04. (closes #10582)
Files: .github/workflows/ci.yml
*** ../vim-9.0.0263/.github/workflows/ci.yml 2022-06-17 21:27:07.000000000
+0100
--- .github/workflows/ci.yml 2022-08-25 15:19:06.071430846 +0100
***************
*** 14,20 ****
jobs:
linux:
! runs-on: ubuntu-18.04
env:
CC: ${{ matrix.compiler }}
--- 14,20 ----
jobs:
linux:
! runs-on: ubuntu-20.04
env:
CC: ${{ matrix.compiler }}
***************
*** 167,177 ****
# Use llvm-cov instead of gcov when compiler is clang.
ln -fs /usr/bin/llvm-cov ${HOME}/bin/gcov
fi
- # Setup lua5.3 manually since its package doesn't provide
alternative.
- # https://bugs.launchpad.net/ubuntu/+source/lua5.3/+bug/1707212
- if [[ ${CONFOPT} =~ luainterp ]]; then
- sudo update-alternatives --install /usr/bin/lua lua
/usr/bin/lua5.3 10
- fi
sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=0
sudo usermod -a -G audio "${USER}"
sudo bash ci/setup-xvfb.sh
--- 167,172 ----
***************
*** 268,274 ****
done
# coveralls:
! # runs-on: ubuntu-18.04
#
# needs: linux
# if: always() && github.event_name != 'pull_request'
--- 263,269 ----
done
# coveralls:
! # runs-on: ubuntu-20.04
#
# needs: linux
# if: always() && github.event_name != 'pull_request'
*** ../vim-9.0.0263/src/version.c 2022-08-25 15:11:11.404084538 +0100
--- src/version.c 2022-08-25 15:20:48.887691897 +0100
***************
*** 733,734 ****
--- 733,736 ----
{ /* Add new patch number below this line */
+ /**/
+ 264,
/**/
--
BRIDGEKEEPER: What is the air-speed velocity of an unladen swallow?
ARTHUR: What do you mean? An African or European swallow?
BRIDGEKEEPER: Er ... I don't know that ... Aaaaarrrrrrggghhh!
BRIDGEKEEPER is cast into the gorge.
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// 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/20220825142329.D804F1C090E%40moolenaar.net.