Skip to content

Commit

Permalink
Merge pull request #1349 from zappolowski/update-images
Browse files Browse the repository at this point in the history
Update test matrix
  • Loading branch information
zappolowski authored May 3, 2024
2 parents 9fb0216 + 2c1f1c1 commit 2c312c7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- fedora
- ubuntu-focal
- ubuntu-jammy
- ubuntu-noble

env:
CC: ${{ matrix.CC }}
Expand Down
15 changes: 15 additions & 0 deletions .valgrind.suppressions
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,18 @@
fun:notification_load_icon_with_scaling
...
}

{
# Something new on Ubuntu Noble Numbat
rsvg_conditional_jump-ubuntu_focal
Memcheck:Cond
obj:/usr/lib/*/librsvg-2.so.2.50.0
...
fun:rsvg_handle_new
obj:/usr/lib/*/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so
obj:/usr/lib/*/libgdk_pixbuf-2.0.so.0.4200.10
fun:gdk_pixbuf_new_from_file
fun:notification_setup_raw_image
fun:notification_load_icon_with_scaling
...
}

0 comments on commit 2c312c7

Please sign in to comment.