diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-02-06 17:28:06 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-02-06 17:28:06 -0800 |
commit | d2a53a1bfd19719a8b9d7b7f62071e00d7f35e62 (patch) | |
tree | f5bc89f8ba53e6e5c0efebe453b7b3fccb9dd050 | |
parent | dd9b244314702b1f50b6d5db86f6049109c77bc4 (diff) |
gitlab CI: Add libtool to required packages
At least until the autoconf build is dropped in favor of meson
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bf25434..72e7a42 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: '2022-03-26.1' - BASE_PACKAGES: 'git meson ninja gcc autoconf automake make xorg-util-macros pkgconf xorgproto libx11 libxext libxv' + FDO_DISTRIBUTION_TAG: '2023-02-06.0' + BASE_PACKAGES: 'git meson ninja gcc autoconf automake libtool make xorg-util-macros pkgconf xorgproto libx11 libxext libxv' # extra packages we need for various tests EXTRA_PACKAGES: 'jq' FDO_DISTRIBUTION_PACKAGES: $BASE_PACKAGES $EXTRA_PACKAGES |