[LTP] [PATCH v2 2/2] Add centos10 to test matrix
Siddhesh Poyarekar
siddhesh@gotplt.org
Fri Apr 4 20:14:06 CEST 2025
gcc on CentOS 10 is configured to build with AVX on by default
(specifically, -march=x86-64-v3), unlike other compilers, so it should
be a useful addition to the test matrix.
cve-2015-3290 for example fails to build on this without `-mno-avx` in
the build flags.
Signed-off-by: Siddhesh Poyarekar <siddhesh@gotplt.org>
---
.github/workflows/ci-docker-build.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/workflows/ci-docker-build.yml b/.github/workflows/ci-docker-build.yml
index 44dcca055..310d8c3a3 100644
--- a/.github/workflows/ci-docker-build.yml
+++ b/.github/workflows/ci-docker-build.yml
@@ -67,6 +67,11 @@ jobs:
CC: gcc
TREE: out
+ - container: "quay.io/centos/centos:stream10"
+ env:
+ CC: gcc
+ TREE: out
+
- container: "debian:testing"
env:
CC: gcc
--
2.49.0
More information about the ltp
mailing list