mirror of
https://github.com/brl/mutter.git
synced 2024-11-09 23:46:33 -05:00
ci/Dockerfile: Add mesa crash fix
This applies 'egl/x11: calloc dri2_surf so it's properly zeroed' to mesa-19.0.7, as it fixes a crash introduced by 'egl/dri: flesh out and use dri2_create_drawable()' included in 19.0.6. https://gitlab.gnome.org/GNOME/mutter/merge_requests/648
This commit is contained in:
parent
fefac75e96
commit
54fe0d311d
@ -11,6 +11,7 @@ RUN dnf -y update && dnf -y upgrade && \
|
|||||||
dnf install -y 'dnf-command(builddep)' && \
|
dnf install -y 'dnf-command(builddep)' && \
|
||||||
dnf install -y 'dnf-command(copr)' && \
|
dnf install -y 'dnf-command(copr)' && \
|
||||||
dnf copr enable -y fmuellner/gnome-shell-ci && \
|
dnf copr enable -y fmuellner/gnome-shell-ci && \
|
||||||
|
dnf copr enable -y jadahl/mutter-ci && \
|
||||||
dnf copr enable -y hergertme/sysprof-3 && \
|
dnf copr enable -y hergertme/sysprof-3 && \
|
||||||
|
|
||||||
dnf builddep -y mutter && \
|
dnf builddep -y mutter && \
|
||||||
@ -18,6 +19,9 @@ RUN dnf -y update && dnf -y upgrade && \
|
|||||||
# Until Fedora catches up with meson build-deps
|
# Until Fedora catches up with meson build-deps
|
||||||
dnf install -y meson xorg-x11-server-Xorg gnome-settings-daemon-devel egl-wayland-devel xorg-x11-server-Xwayland && \
|
dnf install -y meson xorg-x11-server-Xorg gnome-settings-daemon-devel egl-wayland-devel xorg-x11-server-Xwayland && \
|
||||||
|
|
||||||
|
# Until Fedora catches up with mesa bug fixes
|
||||||
|
dnf upgrade -y mesa-dri-drivers mesa-libEGL && \
|
||||||
|
|
||||||
# For running unit tests
|
# For running unit tests
|
||||||
dnf install -y xorg-x11-server-Xvfb mesa-dri-drivers dbus dbus-x11 '*/xvfb-run' gdm-lib accountsservice-libs && \
|
dnf install -y xorg-x11-server-Xvfb mesa-dri-drivers dbus dbus-x11 '*/xvfb-run' gdm-lib accountsservice-libs && \
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user