]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix sed/awk usage in windows ci jobs
authorNeil Horman <nhorman@openssl.org>
Fri, 28 Jun 2024 19:35:36 +0000 (15:35 -0400)
committerNeil Horman <nhorman@openssl.org>
Tue, 9 Jul 2024 08:01:44 +0000 (04:01 -0400)
commitaa08335852a3714075c26690a6eeab456e813a54
tree501ba1467bb1fb23d0bc06c38be5c63c47c118ac
parenta8f99f98d601efdc212d958a79af78bbbb0f12e0
Fix sed/awk usage in windows ci jobs

The addition of sed and awk, while available in the windows vm's for CI
in powershell, don't behave as I would expect (though the same commands
work with a local installation on windows using GnuWin32).  In trying to
figure out what was going on I found it was far more stable and
predictable to use the powershell -split and -replace commands instead
of sed and awk

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24450)
.github/workflows/windows.yml
.github/workflows/windows_comp.yml