Otherwise the build process wouldn't be able to find -lgmp.
Signed-off-by: Daiki Ueno <dueno@redhat.com>
# name to allow expiration of old caches.
cache:
- key: "$CI_JOB_NAME-ver13"
+ key: "$CI_JOB_NAME-ver14"
paths:
- cache/
script:
- export CC="ccache clang"
- ./bootstrap
- - LIBS="-L/usr/local/lib" ./configure --disable-full-test-suite
+ - export LDFLAGS="-L/usr/local/lib"
+ - ./configure --disable-full-test-suite
--cache-file cache/config.cache --disable-gcc-warnings --disable-guile --disable-doc
- gmake -j$(sysctl hw.ncpu | awk '{print $2}')
- gmake check -j$(sysctl hw.ncpu | awk '{print $2}')