mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
GHA/linux: enable wolfSSH in a wolfSSL job
With tests. (Most SFTP tests fail with wolfSSH.)
Also:
- disable pseudo-terminal in wolfSSH builds (also in CircleCI).
Not needed for curl.
- test642: add "compressed" to the description.
To avoid being the same as test600.
Follow-up to b7b4dc0d49 #1735
Closes #16025
This commit is contained in:
parent
02edae54e8
commit
c89bc11267
3 changed files with 31 additions and 4 deletions
|
|
@ -72,7 +72,7 @@ commands:
|
|||
tar -xzf v$WOLFSSH_VER-stable.tar.gz
|
||||
cd wolfssh-$WOLFSSH_VER-stable
|
||||
./autogen.sh
|
||||
./configure --disable-dependency-tracking --with-wolfssl=$HOME/wssl --prefix=$HOME/wssh --enable-scp --enable-sftp --disable-examples
|
||||
./configure --disable-dependency-tracking --with-wolfssl=$HOME/wssl --prefix=$HOME/wssh --enable-scp --enable-sftp --disable-term --disable-examples
|
||||
make install
|
||||
|
||||
configure:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue