Skip to content

Commit 2c312c7

Browse files
authored
Merge pull request #1349 from zappolowski/update-images
Update test matrix
2 parents 9fb0216 + 2c1f1c1 commit 2c312c7

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- fedora
3333
- ubuntu-focal
3434
- ubuntu-jammy
35+
- ubuntu-noble
3536

3637
env:
3738
CC: ${{ matrix.CC }}

.valgrind.suppressions

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,18 @@
179179
fun:notification_load_icon_with_scaling
180180
...
181181
}
182+
183+
{
184+
# Something new on Ubuntu Noble Numbat
185+
rsvg_conditional_jump-ubuntu_focal
186+
Memcheck:Cond
187+
obj:/usr/lib/*/librsvg-2.so.2.50.0
188+
...
189+
fun:rsvg_handle_new
190+
obj:/usr/lib/*/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so
191+
obj:/usr/lib/*/libgdk_pixbuf-2.0.so.0.4200.10
192+
fun:gdk_pixbuf_new_from_file
193+
fun:notification_setup_raw_image
194+
fun:notification_load_icon_with_scaling
195+
...
196+
}

0 commit comments

Comments
 (0)