Skip to content

egl-wayland: Fix use after free in library teardown #3

egl-wayland: Fix use after free in library teardown

egl-wayland: Fix use after free in library teardown #3

Workflow file for this run

name: Arch Build
on: [push, pull_request]
jobs:
Meson-Build:
runs-on: ubuntu-24.04
container:
image: archlinux:latest
steps:
- uses: actions/checkout@v4
- run: pacman --noconfirm -Syy
- run: pacman --noconfirm -S wayland-protocols libdrm libglvnd pkgconf
- run: pacman --noconfirm -S wayland eglexternalplatform
- run: pacman --noconfirm -S meson ninja gcc
- run: meson build
- run: ninja -C build
- run: ninja -C build install