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>
This commit is contained in:
Alan Coopersmith 2023-08-20 10:22:19 -07:00
parent cc4b93c9cd
commit f11691a098

View File

@ -30,7 +30,7 @@ variables:
# The tag should be updated each time the list of packages is updated. # The tag should be updated each time the list of packages is updated.
# Changing a tag forces the associated image to be rebuilt. # Changing a tag forces the associated image to be rebuilt.
# Note: the tag has no meaning, we use a date format purely for readability # 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' FDO_DISTRIBUTION_PACKAGES: 'git gcc pkgconf autoconf automake libtool make xorg-util-macros python doxygen graphviz check libxslt xcb-proto libxau libxdmcp'