summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-10-13 12:27:49 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-10-13 12:27:49 -0700
commite8a561b500f7b783d84d81ba158fd28b007745ae (patch)
tree73b270b2b7fe406a0bd85284e879ab26a1ba8347
parent246bfdb00c1ec716caf4e91178bda8389d3ecf1d (diff)
gitlab CI: add xz-utils to container for "make distcheck"HEADmaster
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 b5a3f94..fc3d208 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,8 +31,8 @@ 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-10-13.0'
- FDO_DISTRIBUTION_PACKAGES: 'git gcc pkgconf autoconf automake libtool make xutils-dev x11proto-dev xtrans-dev libbsd-dev xmlto xorg-sgml-doctools w3m xsltproc fop'
+ FDO_DISTRIBUTION_TAG: '2023-10-13.1'
+ FDO_DISTRIBUTION_PACKAGES: 'git gcc pkgconf autoconf automake libtool make xutils-dev x11proto-dev xtrans-dev libbsd-dev xmlto xorg-sgml-doctools w3m xsltproc fop xz-utils'
#