mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
main/wget: don't run fuzz tests, they are broken
There are many errors like this one: wget_options_fuzzer.c: In function 'LLVMFuzzerTestOneInput': wget_options_fuzzer.c:87:9: error: assignment of read-only variable 'stderr' stderr = fopen("/dev/null", "w"); ^ wget_options_fuzzer.c:98:9: error: assignment of read-only variable 'stderr' stderr = bak; ^
This commit is contained in:
parent
2de02b30bb
commit
90af2efeee
@ -40,7 +40,10 @@ build() {
|
|||||||
|
|
||||||
check() {
|
check() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
make check
|
|
||||||
|
# FIXME: We're not running top-level "check" to skip fuzz tests that
|
||||||
|
# are currently broken.
|
||||||
|
make -C tests check
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
Loading…
Reference in New Issue
Block a user