mirror of
https://github.com/curl/curl.git
synced 2026-07-25 23:07:16 +03:00
GHA/non-native: enable SFTP/SCP tests on FreeBSD
It's working now. Possibly fixed in the runner env? Closes #14920
This commit is contained in:
parent
0ba70dd13c
commit
71a83b8789
1 changed files with 2 additions and 6 deletions
8
.github/workflows/non-native.yml
vendored
8
.github/workflows/non-native.yml
vendored
|
|
@ -145,9 +145,7 @@ jobs:
|
|||
make -j3 examples
|
||||
if [ '${{ matrix.arch }}' = 'x86_64' ]; then # Slow on emulated CPU
|
||||
make -j3 -C tests
|
||||
# The OpenSSH server instance for the testsuite cannot be started on FreeBSD,
|
||||
# therefore the SFTP and SCP tests are disabled right away from the beginning.
|
||||
make test-ci V=1 TFLAGS='-j8 !SFTP !SCP ~FTP'
|
||||
make test-ci V=1 TFLAGS='-j8 ~FTP'
|
||||
fi
|
||||
|
||||
- name: 'cmake'
|
||||
|
|
@ -175,9 +173,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
|
||||
# The OpenSSH server instance for the testsuite cannot be started on FreeBSD,
|
||||
# therefore the SFTP and SCP tests are disabled right away from the beginning.
|
||||
export TFLAGS='-j8 !SFTP !SCP ~FTP'
|
||||
export TFLAGS='-j8 ~FTP'
|
||||
cmake --build bld --config Debug --target test-ci
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue