mirror of
https://github.com/mirror/wget.git
synced 2025-03-03 14:20:34 +08:00
* .gitlab-ci.yml: Add --with-ssl=no
This commit is contained in:
parent
48f762a648
commit
4cdda68752
@ -352,7 +352,7 @@ Build/Arch:
|
||||
- testenv/*.log
|
||||
|
||||
|
||||
# Test building from tarball in a non-dev environment
|
||||
# Test building from tarball in a minimal non-dev environment
|
||||
Tarball:
|
||||
stage: stage2-tarball
|
||||
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$BASIC_BUILD
|
||||
@ -367,7 +367,7 @@ Tarball:
|
||||
- tar xvf wget-*.gz
|
||||
- cd wget-*
|
||||
- unset CC
|
||||
- ./configure $CONFIGURE_BASE_FLAGS
|
||||
- ./configure $CONFIGURE_BASE_FLAGS --with-ssl=no
|
||||
- make -j$(nproc)
|
||||
- make -j$(nproc) check
|
||||
# check if essential files are accidentally cleaned
|
||||
|
Loading…
Reference in New Issue
Block a user