mirror of
https://gitlab.com/gnuwget/wget.git
synced 2026-01-31 08:37:20 +00:00
* .gitlab-ci.yml: Skip fuzz testing on MinGW64
This commit is contained in:
@ -399,7 +399,9 @@ MinGW64:
|
||||
--build=x86_64-pc-linux-gnu --host=$PREFIX --enable-shared
|
||||
- make -j$(nproc)
|
||||
- cp -p src/wget.exe src/wget
|
||||
- make check -j$(nproc) LOG_COMPILER=wine
|
||||
# Avoid testing fuzz/ due to linker error (multiple definition of `getaddrinfo')
|
||||
- make check -C tests -j LOG_COMPILER=wine
|
||||
- make check -C testenv -j LOG_COMPILER=wine
|
||||
tags:
|
||||
- shared
|
||||
- linux
|
||||
|
||||
Reference in New Issue
Block a user