diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-02-15 16:04:27 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-02-15 16:04:27 -0800 |
commit | cc60e26d357ed545bf81e2ca7ffd6fb6ff2a784a (patch) | |
tree | de05be2540fde8e9093aea9b197890be182a32cf /.gitlab-ci.yml | |
parent | 23a3163991dc6df8dbaa05ec22aa8526ba8258ee (diff) |
Switch to XORG_DEFAULT_NOCODE_OPTIONS
Stop running all sorts of compiler tests we don't need since there
is no code in this module to compile. Requires xorg-macros 1.20.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to '.gitlab-ci.yml')
-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 3bd1aa7..6122dcf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,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-12-08.1' + FDO_DISTRIBUTION_TAG: '2023-02-15.0' FDO_DISTRIBUTION_PACKAGES: 'git gcc pkgconf autoconf automake make xorg-util-macros xorg-font-util xorg-mkfontscale fontconfig' |