mirror of
https://github.com/curl/curl.git
synced 2026-07-16 02:27:16 +03:00
CI: fix OpenBSD tests stall
impacket could not be used as it neeeds package six - openbsd does not find python3, add package six - http2-server.pl: only warn about unknown parameter if not empty string Closes #17532
This commit is contained in:
parent
34d694f89c
commit
68c02e6ab7
2 changed files with 2 additions and 2 deletions
2
.github/workflows/non-native.yml
vendored
2
.github/workflows/non-native.yml
vendored
|
|
@ -99,7 +99,7 @@ jobs:
|
|||
run: |
|
||||
# https://openbsd.app/
|
||||
# https://www.openbsd.org/faq/faq15.html
|
||||
time sudo pkg_add cmake ninja brotli openldap-client-- libssh2 libidn2 libpsl nghttp2 python3 py3-impacket
|
||||
time sudo pkg_add cmake ninja brotli openldap-client-- libssh2 libidn2 libpsl nghttp2 py3-six py3-impacket
|
||||
time cmake -B bld -G Ninja \
|
||||
-DCMAKE_UNITY_BUILD=ON -DCURL_TEST_BUNDLES=ON \
|
||||
-DCURL_WERROR=ON \
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@ while(@ARGV) {
|
|||
shift @ARGV;
|
||||
}
|
||||
}
|
||||
else {
|
||||
elsif($ARGV[0]) {
|
||||
print STDERR "\nWarning: http2-server.pl unknown parameter: $ARGV[0]\n";
|
||||
}
|
||||
shift @ARGV;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue