GHA/non-native: ignore FTP results in OpenBSD job

They are flaky.
This commit is contained in:
Viktor Szakats 2024-08-08 13:19:54 +02:00
parent 2d6fb0f58f
commit daf9fdc4ef
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -104,7 +104,7 @@ jobs:
bld/src/curl --disable --version
if [ '${{ matrix.arch }}' = 'x86_64' ]; then # Slow on emulated CPU
cmake --build bld --config Debug --parallel 3 --target testdeps
export TFLAGS='-j8 ~3017 ~TFTP' # FIXME: TFTP requests executed twice? Related: `curl: (69) TFTP: Access Violation`?
export TFLAGS='-j8 ~3017 ~TFTP ~FTP' # FIXME: TFTP requests executed twice? Related: `curl: (69) TFTP: Access Violation`?
cmake --build bld --config Debug --target test-ci
fi