mirror of
https://github.com/curl/curl.git
synced 2026-05-22 11:56:25 +03:00
runtests: skip setting ed25519 SSH key format
`ssh-keygen -t ed25519` does not support PEM key format, and it defaults to `RFC4716` which is what we want. It affected GHA/windows tests that explicitly used ed25519 keys. Also: - GHA/windows: bump minimums to hopefully catch this early next time.1701a8319e#21353 - merge two Perl lines. Reported-by: herbenderbler on github Fixes #21360 Follow-up toacda4eae5e#21223 Closes #21374
This commit is contained in:
parent
fc7bd0704e
commit
07e9f73f32
2 changed files with 3 additions and 5 deletions
3
.github/workflows/windows.yml
vendored
3
.github/workflows/windows.yml
vendored
|
|
@ -33,7 +33,7 @@ permissions: {}
|
|||
|
||||
env:
|
||||
CURL_CI: github
|
||||
CURL_TEST_MIN: 1750
|
||||
CURL_TEST_MIN: 1800
|
||||
CURL_TEST_SSH_KEYALGO: ed25519
|
||||
OPENSSH_WINDOWS_VERSION: 10.0.0.0p2-Preview
|
||||
OPENSSH_WINDOWS_SHA256_ARM64: 698c6aec31c1dd0fb996206e8741f4531a97355686b5431ef347d531b07fcd42
|
||||
|
|
@ -76,7 +76,6 @@ jobs:
|
|||
run:
|
||||
shell: D:\cygwin\bin\bash.exe '{0}' # zizmor: ignore[misfeature]
|
||||
env:
|
||||
CURL_TEST_MIN: 1800
|
||||
LDFLAGS: -s
|
||||
MAKEFLAGS: -j 5
|
||||
SHELLOPTS: 'igncr'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue