summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-16 18:33:46 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-16 18:33:46 -0800
commita3bbfd7986f9b67f7db0112faee37f6109dfbcac (patch)
treeae62a6c529fc2caffbb8e21f08474717cf327cc5 /.gitlab-ci.yml
parenteeae8f6a501e5fb90ca2a90556d8c6bf9679eb91 (diff)
downloadxorg-app-xauth-a3bbfd7986f9b67f7db0112faee37f6109dfbcac.tar.gz
configure: raise minimum autoconf requirement to 2.70HEADmaster
Needed for builds on NetBSD to work correctly, since it depends on AC_USE_SYSTEM_EXTENSIONS defining _OPENBSD_SOURCE to expose the prototype for reallocarray() in the system headers. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f1683f1..c3a51d3 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 34f4ade99434043f88e164933f570301fd18b125 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
+.templates_sha: &template_sha fddab8aa63e89a8e65214f59860d9c0f030360c9 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
include:
@@ -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: '2021-11-30.1'
+ FDO_DISTRIBUTION_TAG: '2023-02-16.0'
FDO_DISTRIBUTION_PACKAGES: 'git gcc pkgconf autoconf automake make xorg-util-macros xorgproto xtrans libx11 libxau libxext libxmu'