summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-06 13:32:02 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-06 13:32:14 -0800
commit1ba02f878f83e3b42389547e01b24371f0a50e60 (patch)
tree681211c63f71b17e363e7f5238f833cae5525884
parentfc5ec8edda1efdf5d66db4e76796e3c407527b3b (diff)
downloadxorg-lib-libX11-1ba02f878f83e3b42389547e01b24371f0a50e60.tar.gz
gitlab CI: Add libtool to required packages
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 258a549e..c57df6c0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,8 +30,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: '2020-11-16.0'
- FDO_DISTRIBUTION_PACKAGES: 'git gcc pkgconf autoconf automake make xorg-util-macros xtrans xorgproto libxcb'
+ FDO_DISTRIBUTION_TAG: '2023-02-06.1'
+ FDO_DISTRIBUTION_PACKAGES: 'git gcc pkgconf autoconf automake libtool make xorg-util-macros xtrans xorgproto libxcb'
#