mirror of
https://gitlab.com/gnuwget/wget2.git
synced 2025-08-02 00:25:01 +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.
|
# That is a specific runner that we cannot enable universally.
|
||||||
# We restrict it to builds under the $BUILD_IMAGES_PROJECT project.
|
# 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:
|
FreeBSD.x86_64:
|
||||||
stage: stage1-testing
|
stage: stage1-testing
|
||||||
image:
|
image:
|
||||||
@ -585,8 +586,8 @@ FreeBSD.x86_64:
|
|||||||
- sed -i.bak '/^python/d' bootstrap.conf
|
- sed -i.bak '/^python/d' bootstrap.conf
|
||||||
- sed -i.bak '/^lzip/d' bootstrap.conf
|
- sed -i.bak '/^lzip/d' bootstrap.conf
|
||||||
- sed -i.bak '/^makeinfo/d' bootstrap.conf
|
- sed -i.bak '/^makeinfo/d' bootstrap.conf
|
||||||
- ./bootstrap --skip-po && touch .manywarnings
|
- ./bootstrap --skip-po
|
||||||
- LIBS="-L/usr/local/lib" ./configure --cache-file cache/config.cache --disable-doc
|
- 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 -j$(sysctl hw.ncpu | awk '{print $2}')
|
||||||
- gmake check -j$(sysctl hw.ncpu | awk '{print $2}')
|
- gmake check -j$(sysctl hw.ncpu | awk '{print $2}')
|
||||||
tags:
|
tags:
|
||||||
|
Reference in New Issue
Block a user