diff options
author | Christian Hergert <chergert@redhat.com> | 2020-07-04 11:40:21 -0700 |
---|---|---|
committer | Christian Hergert <chergert@redhat.com> | 2020-07-28 11:22:33 -0700 |
commit | 459af3acab2ef82ecd12356484df42afdd59f9ee (patch) | |
tree | 295210cef52d0e3fbedf56d2ae6433e24a321da3 /.gitlab-ci | |
parent | cc50be971dfc181925c4cf46b07912b8d487d9d8 (diff) | |
download | gtk+-459af3acab2ef82ecd12356484df42afdd59f9ee.tar.gz |
build: bump to sysprof 4 ABI
Sysprof has moved to a new ABI which removes GLib from the capture library
so that GLib itself can link against sysprof-capture.
This bumps the library ABI so we can keep things coordinated between all
the new tracing layers in the stack.
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/fedora-base.Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci/fedora-base.Dockerfile b/.gitlab-ci/fedora-base.Dockerfile index cf31b534f7..4789ca1758 100644 --- a/.gitlab-ci/fedora-base.Dockerfile +++ b/.gitlab-ci/fedora-base.Dockerfile @@ -75,7 +75,6 @@ RUN dnf -y install \ python3-wheel \ redhat-rpm-config \ sassc \ - sysprof-devel \ systemtap-sdt-devel \ vulkan-devel \ wayland-devel \ |