]> git.ipfire.org Git - thirdparty/openssl.git/commit
Temporarily disable gost-engine tests in ci
authorNeil Horman <nhorman@openssl.org>
Tue, 1 Apr 2025 17:16:04 +0000 (13:16 -0400)
committerTomas Mraz <tomas@openssl.org>
Wed, 2 Apr 2025 15:26:57 +0000 (17:26 +0200)
commit27a8c5f5744891cd714e3a2ae0c64a9e83645488
tree8e5a3d94755466a3c0f9cc76356795311cb67df4
parent4088ecd99b459806e2b89a09e665e1ef68853e70
Temporarily disable gost-engine tests in ci

We need to temporarily disable this as we have a build break in CI:
https://github.com/openssl/openssl/actions/runs/14192630435

Its occuring because gost-engine depends on libprov, which requires a
minimum version cmake-3.0.  The update of github runners to cmake-4.0
causes a bail out as cmake 4.0 no longers supports cmake 3.0 syntax.

Libprov is fixed now, but gost-engine needs to update its libprov
submodule, and then we need to update the gost-engine submodule.  Until
thats done (which may take days), we should disable the gost-engine
external tests

Reviewed-by: Paul Yang <kaishen.yy@antfin.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27234)

(cherry picked from commit db9771b5a056d939b6112cdc099fbf4f86d184ee)
.github/workflows/ci.yml