]> git.feebdaed.xyz Git - 0xmirror/openssl.git/commit
Add ci test to run against minimal gcc version we support master
authorNeil Horman <nhorman@openssl.org>
Sun, 21 Dec 2025 19:40:45 +0000 (14:40 -0500)
committerNeil Horman <nhorman@openssl.org>
Fri, 26 Dec 2025 22:32:46 +0000 (17:32 -0500)
commit0755a8ef905800ebc4ee022f880119f3e67b64bc
treeada430cd55aad6c79e5f7db5e170df940d3340bc
parent7a53925198d2741a619a635048dce0095935168f
Add ci test to run against minimal gcc version we support

We currently support gcc 9 as a minimum compiler version.  We should run
at least one ci job against that minimal version to make sure we don't
break anything.

Most notably this will help us catch errors if we attempt to use
intrinsics that aren't supported by that compiler.

Reviewed-by: Paul Yang <paulyang.inf@gmail.com>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/29482)
.github/workflows/ci.yml