mirror of
https://github.com/vim/vim
synced 2025-07-15 16:51:57 +00:00
patch 9.1.1370: CI Tests favor GTK2 over GTK3
Problem: CI Tests favor GTK2 over GTK3 Solution: Install GTK3 dependencies and debug packages for CI workflows, update ASAN suppression list, update required dependency checks for the tests (Drew Vogel) closes: #17253 Signed-off-by: Drew Vogel <dvogel@github> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
9670f61d46
commit
ea67ba718d
3
ci/ddebs.list
Normal file
3
ci/ddebs.list
Normal file
@ -0,0 +1,3 @@
|
||||
deb http://ddebs.ubuntu.com noble main restricted universe multiverse
|
||||
deb http://ddebs.ubuntu.com noble-updates main restricted universe multiverse
|
||||
deb http://ddebs.ubuntu.com noble-proposed main restricted universe multiverse
|
69
ci/pinned-pkgs
Normal file
69
ci/pinned-pkgs
Normal file
@ -0,0 +1,69 @@
|
||||
# Unfortunately ubtunu does not keep the debug packages strictly up-to-date
|
||||
# with the main packages. So this file needs to pin the main packages back to
|
||||
# the version for which debug packages are available.
|
||||
|
||||
Package: libwayland-client0
|
||||
Pin: version 1.20.0-1
|
||||
Pin-Priority: 1000
|
||||
|
||||
Package: libwayland-client0
|
||||
Pin: version 1.20.0-1ubuntu0.1
|
||||
Pin-Priority: 100
|
||||
|
||||
Package: libwayland-cursor0
|
||||
Pin: version 1.20.0-1
|
||||
Pin-Priority: 1000
|
||||
|
||||
Package: libwayland-cursor0
|
||||
Pin: version 1.20.0-1ubuntu0.1
|
||||
Pin-Priority: 100
|
||||
|
||||
Package: libwayland-egl1
|
||||
Pin: version 1.20.0-1
|
||||
Pin-Priority: 1000
|
||||
|
||||
Package: libwayland-egl1
|
||||
Pin: version 1.20.0-1ubuntu0.1
|
||||
Pin-Priority: 100
|
||||
|
||||
Package: libwayland-dev
|
||||
Pin: version 1.20.0-1
|
||||
Pin-Priority: 1000
|
||||
|
||||
Package: libwayland-dev
|
||||
Pin: version 1.20.0-1ubuntu0.1
|
||||
Pin-Priority: 100
|
||||
|
||||
Package: libwayland-server0
|
||||
Pin: version 1.20.0-1
|
||||
Pin-Priority: 1000
|
||||
|
||||
Package: libwayland-server0
|
||||
Pin: version 1.20.0-1ubuntu0.1
|
||||
Pin-Priority: 100
|
||||
|
||||
Package: libwayland-bin
|
||||
Pin: version 1.20.0-1
|
||||
Pin-Priority: 1000
|
||||
|
||||
Package: libwayland-bin
|
||||
Pin: version 1.20.0-1ubuntu0.1
|
||||
Pin-Priority: 100
|
||||
|
||||
# As of 2025-04-27 the base library package libgtk-3-0t64 is still at 3.24.41-4ubuntu1.2
|
||||
Package: libgtk-3-0t64-dbgsym
|
||||
Pin: version 3.24.41-4ubuntu1.2
|
||||
Pin-Priority: 1000
|
||||
|
||||
Package: libgtk-3-0t64-dbgsym
|
||||
Pin: version 3.24.41-4ubuntu1.3
|
||||
Pin-Priority: 100
|
||||
|
||||
# As of 2025-04-27 the base binary package libgtk-3-bin is still at 3.24.41-4ubuntu1.2
|
||||
Package: libgtk-3-bin-dbgsym
|
||||
Pin: version 3.24.41-4ubuntu1.2
|
||||
Pin-Priority: 1000
|
||||
|
||||
Package: libgtk-3-bin-dbgsym
|
||||
Pin: version 3.24.41-4ubuntu1.3
|
||||
Pin-Priority: 100
|
Reference in New Issue
Block a user