mirror of
https://gitlab.com/gnuwget/wget2.git
synced 2025-07-24 10:01:36 +00:00
* .gitlab-ci.yml: Drop manywarnings and SSL support on FreeBSD CI
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user