* .gitlab-ci.yml: Drop manywarnings and SSL support on FreeBSD CI

This commit is contained in:
Tim Rühsen
2021-02-13 17:46:08 +01:00
parent 13aa6dea3f
commit 91457ed2b6

View File

@ -576,6 +576,7 @@ Debian/HTTP2:
# That is a specific runner that we cannot enable universally.
# We restrict it to builds under the $BUILD_IMAGES_PROJECT project.
# The OpenSSL version on this machine is too old to be supported.
FreeBSD.x86_64:
stage: stage1-testing
image:
@ -585,8 +586,8 @@ FreeBSD.x86_64:
- sed -i.bak '/^python/d' bootstrap.conf
- sed -i.bak '/^lzip/d' bootstrap.conf
- sed -i.bak '/^makeinfo/d' bootstrap.conf
- ./bootstrap --skip-po && touch .manywarnings
- LIBS="-L/usr/local/lib" ./configure --cache-file cache/config.cache --disable-doc
- ./bootstrap --skip-po
- LIBS="-L/usr/local/lib" ./configure --cache-file cache/config.cache --disable-doc --with-ssl=none
- gmake -j$(sysctl hw.ncpu | awk '{print $2}')
- gmake check -j$(sysctl hw.ncpu | awk '{print $2}')
tags: