Patch 9.0.0264

4 views
Skip to first unread message

Bram Moolenaar

unread,
Aug 25, 2022, 10:23:41 AM8/25/22
to vim...@googlegroups.com

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 -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages