ci: Ignore ABI changes for keyboard backlight symbols

We don't care that the up_exported_kbd_backlight_* symbols and functions
were removed from the libupower-glib ABI, they should never have been
exported in the first place as this API is only used server-side, in the
daemon.
This commit is contained in:
Bastien Nocera 2021-09-06 14:04:47 +02:00
parent c0402747fd
commit 55e4557425

View file

@ -1,3 +1,11 @@
[suppress_type]
type_kind = enum
changed_enumerators = UP_DEVICE_KIND_BLUETOOTH_GENERIC, UP_DEVICE_KIND_LAST
[suppress_function]
type_kind = function
name_regexp = up_exported_kbd_backlight_*
[suppress_function]
type_kind = function
symbol_name_regexp = up_exported_kbd_backlight_*