0
0
mirror of https://github.com/vim/vim.git synced 2025-10-03 05:14:07 -04:00

patch 8.2.4764: CI uses an older gcc version

Problem:    CI uses an older gcc version.
Solution:   Use GCC 11. (closes #10185)
This commit is contained in:
Philip H
2022-04-16 20:04:30 +01:00
committed by Bram Moolenaar
parent f50808ed13
commit d2edee5cf3
3 changed files with 13 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# Suppress leaks from X libraries on Ubuntu bionic.
# Suppress leaks from X libraries on Ubuntu focal.
leak:libX11.so.6
leak:libXt.so.6
leak:libcairo.so.2

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4764,
/**/
4763,
/**/