* .gitlab-ci.yml: Skip fuzz testing on MinGW64

This commit is contained in:
Tim Rühsen
2021-08-22 15:19:33 +02:00
parent 3ea9658c07
commit 6401592829

View File

@ -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