summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-23 17:52:42 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-23 17:58:11 -0700
commit913fd6eb5b9304a6ea3bc61e79b4c45d23e7965b (patch)
tree7bd8e926644e2f4d129952a8ac07e12fc10f00d5
parente98553f9383f69387bc2cf326554ac74d768f40f (diff)
gitlab CI: Update xserver build image to bullseye-slim:2022-07-01HEADmaster
Needed to compile current xserver from git since xorg/xserver!913 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bde0063..b49268c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,7 +23,7 @@ stages:
variables:
FDO_UPSTREAM_REPO: 'xorg/test/xorg-integration-tests'
- FDO_DISTRIBUTION_TAG: '2021-05-30.2' # change this to rebuild the images
+ FDO_DISTRIBUTION_TAG: '2022-07-23.0' # change this to rebuild the images
FDO_DISTRIBUTION_VERSION: 'stable'
FDO_DISTRIBUTION_PACKAGES: 'git ca-certificates meson g++ pkgconf libpixman-1-dev xserver-xorg-input-wacom libx11-dev libxi-dev libxext-dev libxrandr-dev libxtst-dev libxxf86dga-dev libevdev-dev libevemu-dev'
@@ -77,7 +77,7 @@ container-prep:
stage: prep
variables:
GIT_STRATEGY: none
- FDO_BASE_IMAGE: registry.freedesktop.org/xorg/xserver/debian/buster-slim:2021-05-17
+ FDO_BASE_IMAGE: registry.freedesktop.org/xorg/xserver/debian/bullseye-slim:2022-07-01
xserver-build:
extends: