diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-10-16 12:31:28 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-10-16 12:31:28 -0700 |
commit | 3b70d764a8719059a03929445eb1ebb980c6c31a (patch) | |
tree | 9d11118e07f9e993b63ccc974d6e97268dbb3a4e | |
parent | 7b82b504cc267f465e4ab418d47b1c14a3ed1b42 (diff) |
gitlab CI: explictly list GNU make to be installed in build environment
Attempt to fix configure failure:
config.status: error: Something went wrong bootstrapping makefile fragments
for automatic dependency tracking. If GNU make was not used, consider
re-running the configure script with MAKE="gmake" (or whatever is
necessary). You can also try re-running configure with the
'--disable-dependency-tracking' option to at least be able to build
the package (albeit without support for automatic dependency tracking).
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 f03fae8..c24fcb6 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: '2021-12-06.0' - FDO_DISTRIBUTION_PACKAGES: 'git gcc pkgconf autoconf automake bison xorg-util-macros libx11 libxmu xorgproto' + FDO_DISTRIBUTION_TAG: '2022-10-16.0' + FDO_DISTRIBUTION_PACKAGES: 'git gcc pkgconf autoconf automake make bison xorg-util-macros libx11 libxmu xorgproto' # |