diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-08-20 10:22:19 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-08-20 10:30:11 -0700 |
commit | f11691a09893d2329948521e32a18c13b0b03d01 (patch) | |
tree | b2618d5887b453b6fb998c585ad978eb753829d4 | |
parent | cc4b93c9cd93bad15b7106747b0213e4b9c53a1c (diff) |
gitlab CI: regenerate container used for builds
This updates the included xcb-proto to the newly required 1.16.
As explained in issue #70, this is a quick workaround, not the
long-term fix for this problem.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 094165a..e97e449 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,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: '2022-07-18.0' + FDO_DISTRIBUTION_TAG: '2023-08-20.0' FDO_DISTRIBUTION_PACKAGES: 'git gcc pkgconf autoconf automake libtool make xorg-util-macros python doxygen graphviz check libxslt xcb-proto libxau libxdmcp' |