diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5febc3ccd..c92f912c5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,10 +21,10 @@ variables: REPO_URL_XORGPROTO: 'https://gitlab.freedesktop.org/xorg/proto/xorgproto.git' XORG_DEBIAN_VERSION: 'bullseye-slim' XORG_DEBIAN_EXEC: 'env FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash .gitlab-ci/debian-install.sh' - XORG_DEBIAN_TAG: '2024-09-13-drivers' + XORG_DEBIAN_TAG: '2024-09-13-xvmc' XORG_FREEBSD_VERSION: '14.0' XORG_FREEBSD_EXEC: '' - XORG_FREEBSD_TAG: '2024-06-10.0' + XORG_FREEBSD_TAG: '2024-09-10-xvmc' include: - project: 'freedesktop/ci-templates' @@ -109,7 +109,7 @@ stages: FDO_DISTRIBUTION_TAG: '$XORG_FREEBSD_TAG' FDO_DISTRIBUTION_VERSION: '$XORG_FREEBSD_VERSION' FDO_DISTRIBUTION_EXEC: '' - FDO_DISTRIBUTION_PACKAGES: 'git gcc pkgconf autoconf automake libtool xorg-macros xorgproto bash meson ninja pixman xtrans libXau libXdmcp libXfont2 libxkbfile libxcvt libpciaccess font-util libepoll-shim' + FDO_DISTRIBUTION_PACKAGES: 'git gcc pkgconf autoconf automake libtool xorg-macros xorgproto bash meson ninja pixman xtrans libXau libXdmcp libXfont2 libxkbfile libxcvt libpciaccess font-util libepoll-shim libxvmc' debian-bullseye: extends: @@ -152,7 +152,7 @@ freebsd-image: - $MESON_BUILDDIR/meson-logs/ - $MESON_BUILDDIR/test/piglit-results/ variables: - MESON_ARGS: -Dc_args="-fno-common" -Dprefix=/usr -Dxephyr=true -Dwerror=true -Dxcsecurity=true + MESON_ARGS: -Dc_args="-fno-common" -Dprefix=/usr -Dxephyr=true -Dwerror=true -Dxcsecurity=true -Dxv=true -Dxvmc=true CCACHE_COMPILERCHECK: content CCACHE_DIR: /cache/xserver/cache LC_ALL: C.UTF-8 @@ -191,14 +191,14 @@ mingw-cross-build: script: - .gitlab-ci/meson-build.sh --run-install variables: - MESON_ARGS: --cross-file=.gitlab-ci/cross-i686-w64-mingw32.txt -Dglx=false -Dlisten_tcp=true + MESON_ARGS: --cross-file=.gitlab-ci/cross-i686-w64-mingw32.txt -Dglx=false -Dlisten_tcp=true -Dxvmc=true -Dxv=true freebsd: stage: build-and-test extends: - .xorg-image@freebsd variables: - MESON_ARGS: -Dglx=false -Dglamor=false -Dudev=false -Dudev_kms=false + MESON_ARGS: -Dglx=false -Dglamor=false -Dudev=false -Dudev_kms=false -Dxvmc=true -Dxv=true script: # running of of disk space without this # needed until https://gitlab.freedesktop.org/freedesktop/ci-templates/-/issues/67 is fixed diff --git a/.gitlab-ci/debian-install.sh b/.gitlab-ci/debian-install.sh index 5448b9b0e..9c509a04b 100644 --- a/.gitlab-ci/debian-install.sh +++ b/.gitlab-ci/debian-install.sh @@ -97,6 +97,7 @@ apt-get install -y \ libxt-dev \ libxtst-dev \ libxv-dev \ + libxvmc-dev \ libz-mingw-w64-dev \ linux-libc-dev/bullseye-backports \ mesa-common-dev \