gha: move the event-based test over from Zuul

Switched libssh2 to libssh

Closes #8490
This commit is contained in:
Daniel Stenberg 2022-03-21 17:39:49 +01:00
parent 02173e2341
commit 5bb4d3ec06
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 42 additions and 24 deletions

View file

@ -42,13 +42,6 @@ if [ "$T" = "torture" ]; then
make "TFLAGS=-n --shallow=20 -t $tests" test-nonflaky
fi
if [ "$T" = "events" ]; then
./configure --enable-debug --disable-shared --disable-threaded-resolver --enable-code-coverage --enable-werror --with-libssh2 --with-openssl
make
tests="!TLS-SRP"
make "TFLAGS=-n -e $tests" test-nonflaky
fi
if [ "$T" = "debug" ]; then
./configure --enable-debug --enable-werror $C
make