Add new CI images

This commit is contained in:
Benedikt Heine 2020-11-25 17:26:28 +01:00
parent 1ca271084a
commit 8df6bc9554
2 changed files with 16 additions and 0 deletions

View File

@ -19,9 +19,11 @@ jobs:
- alpine
- archlinux
- debian-stretch
- debian-buster
- fedora
- ubuntu-xenial
- ubuntu-bionic
- ubuntu-focal
env:
CC: ${{ matrix.CC }}

View File

@ -48,6 +48,20 @@
...
}
# Some new in ArchLinux
{
rsvg_rust_handle_close
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
...
fun:rsvg_rust_handle_close
obj:*/loaders/libpixbufloader-svg.so
...
fun:gdk_pixbuf_new_from_file
...
}
# rsvg_error_writehandler got fixed in
# - GNOME/librsvg@7b4cc9b
# (2018-11-12, first tags: v2.45.0, v2.44.9)