summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-09-06 14:04:47 +0200
committerBastien Nocera <hadess@hadess.net>2021-09-06 14:06:40 +0200
commit55e4557425a8e7513132aeca946007807e5f046a (patch)
tree3799acbc5e9b6e36754041c7136b33922384dade
parentc0402747fd579e00d029644c8f835fcbbbdbbc00 (diff)
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.
-rw-r--r--.ci/upower.suppr8
1 files changed, 8 insertions, 0 deletions
diff --git a/.ci/upower.suppr b/.ci/upower.suppr
index d6e9d5a..b0f2d4b 100644
--- a/.ci/upower.suppr
+++ b/.ci/upower.suppr
@@ -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_*