diff options
| author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2025-08-30 12:01:50 -0700 |
|---|---|---|
| committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2025-08-30 12:02:41 -0700 |
| commit | 5374250ca3322d95c23917476b9dce81ea3f4bce (patch) | |
| tree | d3c0afef7735c4d1028ed53e3694a8d137caa1fe | |
| parent | 6a7661f60a70ff42c64b32a725edcbee790d1c0d (diff) | |
gitlab CI: update ci-templates and build images
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxcb/-/merge_requests/67>
| -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 0ad4d3e..32de04f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ # Please see the ci-templates documentation for details: # https://freedesktop.pages.freedesktop.org/ci-templates/ -.templates_sha: &template_sha b791bd48996e3ced9ca13f1c5ee82be8540b8adb # see https://docs.gitlab.com/ee/ci/yaml/#includefile +.templates_sha: &template_sha aec7a6ce7bb38902c70641526f6611e27141784a # see https://docs.gitlab.com/ee/ci/yaml/#includefile include: @@ -31,7 +31,7 @@ variables: # The tag should be updated each time the list of packages is updated. # Changing a tag forces the associated image to be rebuilt. # Note: the tag has no meaning, we use a date format purely for readability - FDO_DISTRIBUTION_TAG: '2023-08-21.0' + FDO_DISTRIBUTION_TAG: '2025-08-30.0' FDO_DISTRIBUTION_PACKAGES: 'git gcc pkgconf autoconf automake libtool make xorg-util-macros python doxygen graphviz check libxslt libxau libxdmcp' |
