xf86-video-geode: Changes to 'master'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Fri Mar 7 16:30:25 UTC 2025
.gitlab-ci.yml | 110 +-----------
.gitlab-ci/common/README.md | 20 ++
.gitlab-ci/common/build-driver.sh | 61 ++++++
.gitlab-ci/common/build-xserver.sh | 71 ++++++++
.gitlab-ci/common/debian/image-install.sh | 88 ++++++++++
.gitlab-ci/common/freebsd/FreeBSD.conf | 8
.gitlab-ci/common/freebsd/image-install.sh | 59 ++++++
.gitlab-ci/common/freebsd/libdrm-2.4.116.patch | 109 ++++++++++++
.gitlab-ci/common/xorg-driver.yml | 219 +++++++++++++++++++++++++
9 files changed, 645 insertions(+), 100 deletions(-)
New commits:
commit 7d06dc43283d52e99b6d16d3779837255d7152fc
Author: Enrico Weigelt, metux IT consult <info at metux.net>
Date: Wed Jun 5 12:11:48 2024 +0200
gitlab CI: add pipeline for building against various Xserver releases
Adding a gitlab pipeline building this driver against Xserver major releases
since 1.18, including current master branch, on Debian as well as FreeBSD.
Signed-off-by: Enrico Weigelt, metux IT consult <info at metux.net>
commit e5ae1231566f0aa3db0677f2435cbd8882403404
Author: Enrico Weigelt, metux IT consult <info at metux.net>
Date: Wed Jun 5 12:09:32 2024 +0200
gitlab CI: common scripts for driver builds
Adding a bunch of common scripts for building xorg drivers on different
platforms (for now Debian and FreeBSD) against different server versions.
Also designed to be executed locally (eg. within a VM), so one doesn't
always have to employ f.d.o gitlab.
For now, these are synced manually across various driver repos, until we've
found a viable solution for a central place.
Signed-off-by: Enrico Weigelt, metux IT consult <info at metux.net>
More information about the xorg-commit
mailing list