diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-10-13 11:17:43 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-10-13 11:17:43 -0700 |
commit | a340bc0424a73d9fc4badbb7aee5284877635ca9 (patch) | |
tree | f768d0364b231b2b86d4060162e60a80a5257f87 /.gitlab-ci.yml | |
parent | 09f3eb570fe79bfc0c430b6059d7b4acaf371c24 (diff) |
gitlab CI: Update to latest CI templates
Current template fails to rebuild the CI container with the current
Debian stable release (a new release since the last update)
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2899c05..549d4b5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ # vim: set expandtab shiftwidth=2 tabstop=8 textwidth=0 filetype=yaml: -.templates_sha: &template_sha 16f790f93f893394b70d7048fb0e8a981ceaa3c5 # see https://docs.gitlab.com/ee/ci/yaml/#includefile +.templates_sha: &template_sha 185ede0e9b9b1924b92306ab8b882a6294e92613 # see https://docs.gitlab.com/ee/ci/yaml/#includefile include: - project: 'freedesktop/ci-templates' @@ -19,7 +19,7 @@ stages: - deploy variables: - FDO_DISTRIBUTION_TAG: '2021-05-30.8' # change this to rebuild the images + FDO_DISTRIBUTION_TAG: '2023-10-13.0' # change this to rebuild the images FDO_UPSTREAM_REPO: 'xorg/lib/libxi' FDO_DISTRIBUTION_VERSION: 'stable' FDO_DISTRIBUTION_PACKAGES: 'git ca-certificates meson g++ make xutils-dev autoconf automake libtool pkg-config xmlto xorg-sgml-doctools w3m xsltproc libx11-dev libxext-dev libxfixes-dev' |