mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
CI: drop Clang-6, bump base image to Ubuntu 24.04 and Clang 12 to 14
libeigen/eigen!2366 Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com>
This commit is contained in:
@@ -91,97 +91,62 @@ test:linux:x86-64:gcc-10:avx512dq:unsupported:
|
||||
variables:
|
||||
EIGEN_CI_CTEST_LABEL: Unsupported
|
||||
|
||||
# Clang-6 (minimum on Ubuntu 20.04)
|
||||
.test:linux:x86-64:clang-6:default:
|
||||
# Clang-14 (modern stable)
|
||||
.test:linux:x86-64:clang-14:default:
|
||||
extends: .test:linux:x86-64
|
||||
image: ubuntu:20.04
|
||||
needs: [ build:linux:cross:x86-64:clang-6:default ]
|
||||
needs: [ build:linux:cross:x86-64:clang-14:default ]
|
||||
variables:
|
||||
EIGEN_CI_INSTALL: g++-8 clang-6.0 lld-6.0
|
||||
EIGEN_CI_INSTALL: clang-14
|
||||
|
||||
test:linux:x86-64:clang-6:default:official:
|
||||
extends: .test:linux:x86-64:clang-6:default
|
||||
test:linux:x86-64:clang-14:default:official:
|
||||
extends: .test:linux:x86-64:clang-14:default
|
||||
variables:
|
||||
EIGEN_CI_CTEST_LABEL: Official
|
||||
|
||||
test:linux:x86-64:clang-6:default:unsupported:
|
||||
extends: .test:linux:x86-64:clang-6:default
|
||||
test:linux:x86-64:clang-14:default:unsupported:
|
||||
extends: .test:linux:x86-64:clang-14:default
|
||||
variables:
|
||||
EIGEN_CI_CTEST_LABEL: Unsupported
|
||||
|
||||
# Clang-12 (modern stable)
|
||||
.test:linux:x86-64:clang-12:default:
|
||||
.test:linux:x86-64:clang-14:avx2:
|
||||
extends: .test:linux:x86-64
|
||||
needs: [ build:linux:cross:x86-64:clang-12:default ]
|
||||
needs: [ build:linux:cross:x86-64:clang-14:avx2 ]
|
||||
variables:
|
||||
EIGEN_CI_INSTALL: clang-12
|
||||
EIGEN_CI_INSTALL: clang-14
|
||||
|
||||
test:linux:x86-64:clang-12:default:official:
|
||||
extends: .test:linux:x86-64:clang-12:default
|
||||
test:linux:x86-64:clang-14:avx2:official:
|
||||
extends: .test:linux:x86-64:clang-14:avx2
|
||||
variables:
|
||||
EIGEN_CI_CTEST_LABEL: Official
|
||||
|
||||
test:linux:x86-64:clang-12:default:unsupported:
|
||||
extends: .test:linux:x86-64:clang-12:default
|
||||
test:linux:x86-64:clang-14:avx2:unsupported:
|
||||
extends: .test:linux:x86-64:clang-14:avx2
|
||||
variables:
|
||||
EIGEN_CI_CTEST_LABEL: Unsupported
|
||||
|
||||
.test:linux:x86-64:clang-12:avx:
|
||||
.test:linux:x86-64:clang-14:avx512dq:
|
||||
extends: .test:linux:x86-64
|
||||
needs: [ build:linux:cross:x86-64:clang-12:avx ]
|
||||
needs: [ build:linux:cross:x86-64:clang-14:avx512dq ]
|
||||
variables:
|
||||
EIGEN_CI_INSTALL: clang-12
|
||||
|
||||
test:linux:x86-64:clang-12:avx:official:
|
||||
extends: .test:linux:x86-64:clang-12:avx
|
||||
variables:
|
||||
EIGEN_CI_CTEST_LABEL: Official
|
||||
|
||||
test:linux:x86-64:clang-12:avx:unsupported:
|
||||
extends: .test:linux:x86-64:clang-12:avx
|
||||
variables:
|
||||
EIGEN_CI_CTEST_LABEL: Unsupported
|
||||
|
||||
.test:linux:x86-64:clang-12:avx2:
|
||||
extends: .test:linux:x86-64
|
||||
needs: [ build:linux:cross:x86-64:clang-12:avx2 ]
|
||||
variables:
|
||||
EIGEN_CI_INSTALL: clang-12
|
||||
|
||||
test:linux:x86-64:clang-12:avx2:official:
|
||||
extends: .test:linux:x86-64:clang-12:avx2
|
||||
variables:
|
||||
EIGEN_CI_CTEST_LABEL: Official
|
||||
|
||||
test:linux:x86-64:clang-12:avx2:unsupported:
|
||||
extends: .test:linux:x86-64:clang-12:avx2
|
||||
variables:
|
||||
EIGEN_CI_CTEST_LABEL: Unsupported
|
||||
|
||||
.test:linux:x86-64:clang-12:avx512dq:
|
||||
extends: .test:linux:x86-64
|
||||
needs: [ build:linux:cross:x86-64:clang-12:avx512dq ]
|
||||
variables:
|
||||
EIGEN_CI_INSTALL: clang-12
|
||||
EIGEN_CI_INSTALL: clang-14
|
||||
tags:
|
||||
- eigen-runner
|
||||
- linux
|
||||
- x86-64
|
||||
- avx512
|
||||
|
||||
test:linux:x86-64:clang-12:avx512dq:official:
|
||||
extends: .test:linux:x86-64:clang-12:avx512dq
|
||||
test:linux:x86-64:clang-14:avx512dq:official:
|
||||
extends: .test:linux:x86-64:clang-14:avx512dq
|
||||
variables:
|
||||
EIGEN_CI_CTEST_LABEL: Official
|
||||
|
||||
test:linux:x86-64:clang-12:avx512dq:unsupported:
|
||||
extends: .test:linux:x86-64:clang-12:avx512dq
|
||||
test:linux:x86-64:clang-14:avx512dq:unsupported:
|
||||
extends: .test:linux:x86-64:clang-14:avx512dq
|
||||
variables:
|
||||
EIGEN_CI_CTEST_LABEL: Unsupported
|
||||
|
||||
# Generic vector extension backend.
|
||||
.test:linux:x86-64:clang-19:generic:avx512dq:
|
||||
image: ubuntu:24.04
|
||||
extends: .test:linux:x86-64
|
||||
needs: [ build:linux:cross:x86-64:clang-19:generic:avx512dq ]
|
||||
variables:
|
||||
@@ -203,7 +168,6 @@ test:linux:x86-64:clang-19:generic:avx512dq:unsupported:
|
||||
EIGEN_CI_CTEST_LABEL: Unsupported
|
||||
|
||||
.test:linux:x86-64:clang-19:cxx20:nightly:
|
||||
image: ubuntu:24.04
|
||||
extends: .test:linux:x86-64
|
||||
needs: [ build:linux:cross:x86-64:clang-19:cxx20:nightly ]
|
||||
variables:
|
||||
@@ -227,7 +191,6 @@ test:linux:x86-64:clang-19:cxx20:nightly:unsupported:
|
||||
|
||||
.test:linux:x86-64:clang-19:default:asan-ubsan:
|
||||
extends: .test:linux:x86-64
|
||||
image: ubuntu:24.04
|
||||
variables:
|
||||
EIGEN_CI_INSTALL: clang-19 llvm-19
|
||||
ASAN_OPTIONS: detect_leaks=0:print_stacktrace=1
|
||||
@@ -320,19 +283,19 @@ test:linux:arm:gcc-10:default:unsupported:
|
||||
variables:
|
||||
EIGEN_CI_CTEST_LABEL: Unsupported
|
||||
|
||||
.test:linux:arm:clang-12:default:
|
||||
.test:linux:arm:clang-14:default:
|
||||
extends: .test:linux:arm
|
||||
needs: [ build:linux:cross:arm:clang-12:default ]
|
||||
needs: [ build:linux:cross:arm:clang-14:default ]
|
||||
variables:
|
||||
EIGEN_CI_CROSS_INSTALL: g++-10-arm-linux-gnueabihf clang-12 qemu-user-static
|
||||
EIGEN_CI_CROSS_INSTALL: g++-10-arm-linux-gnueabihf clang-14 qemu-user-static
|
||||
|
||||
test:linux:arm:clang-12:default:official:
|
||||
extends: .test:linux:arm:clang-12:default
|
||||
test:linux:arm:clang-14:default:official:
|
||||
extends: .test:linux:arm:clang-14:default
|
||||
variables:
|
||||
EIGEN_CI_CTEST_LABEL: Official
|
||||
|
||||
test:linux:arm:clang-12:default:unsupported:
|
||||
extends: .test:linux:arm:clang-12:default
|
||||
test:linux:arm:clang-14:default:unsupported:
|
||||
extends: .test:linux:arm:clang-14:default
|
||||
variables:
|
||||
EIGEN_CI_CTEST_LABEL: Unsupported
|
||||
|
||||
@@ -362,19 +325,19 @@ test:linux:aarch64:gcc-10:default:unsupported:
|
||||
variables:
|
||||
EIGEN_CI_CTEST_LABEL: Unsupported
|
||||
|
||||
.test:linux:aarch64:clang-12:default:
|
||||
.test:linux:aarch64:clang-14:default:
|
||||
extends: .test:linux:aarch64
|
||||
needs: [ build:linux:cross:aarch64:clang-12:default ]
|
||||
needs: [ build:linux:cross:aarch64:clang-14:default ]
|
||||
variables:
|
||||
EIGEN_CI_INSTALL: clang-12
|
||||
EIGEN_CI_INSTALL: clang-14
|
||||
|
||||
test:linux:aarch64:clang-12:default:official:
|
||||
extends: .test:linux:aarch64:clang-12:default
|
||||
test:linux:aarch64:clang-14:default:official:
|
||||
extends: .test:linux:aarch64:clang-14:default
|
||||
variables:
|
||||
EIGEN_CI_CTEST_LABEL: Official
|
||||
|
||||
test:linux:aarch64:clang-12:default:unsupported:
|
||||
extends: .test:linux:aarch64:clang-12:default
|
||||
test:linux:aarch64:clang-14:default:unsupported:
|
||||
extends: .test:linux:aarch64:clang-14:default
|
||||
variables:
|
||||
EIGEN_CI_CTEST_LABEL: Unsupported
|
||||
|
||||
@@ -382,7 +345,6 @@ test:linux:aarch64:clang-12:default:unsupported:
|
||||
|
||||
.test:linux:ppc64le:
|
||||
extends: .test:linux
|
||||
image: ubuntu:24.04
|
||||
variables:
|
||||
EIGEN_CI_TARGET_ARCH: ppc64le
|
||||
EIGEN_CI_CROSS_TARGET_TRIPLE: powerpc64le-linux-gnu
|
||||
@@ -425,7 +387,6 @@ test:linux:ppc64le:clang-16:default:unsupported:
|
||||
|
||||
.test:linux:loongarch64:
|
||||
extends: .test:linux
|
||||
image: ubuntu:24.04
|
||||
variables:
|
||||
EIGEN_CI_TARGET_ARCH: loongarch64
|
||||
EIGEN_CI_CROSS_TARGET_TRIPLE: loongarch64-linux-gnu
|
||||
@@ -436,7 +397,6 @@ test:linux:ppc64le:clang-16:default:unsupported:
|
||||
# GCC-14 (Ubuntu 24)
|
||||
.test:linux:loongarch64:gcc-14:default:
|
||||
extends: .test:linux:loongarch64
|
||||
image: ubuntu:24.04
|
||||
needs: [ build:linux:cross:loongarch64:gcc-14:default ]
|
||||
|
||||
test:linux:loongarch64:gcc-14:default:official:
|
||||
@@ -461,9 +421,9 @@ test:linux:x86-64:gcc-10:default:smoketest:
|
||||
tags:
|
||||
- saas-linux-medium-amd64
|
||||
|
||||
test:linux:x86-64:clang-12:default:smoketest:
|
||||
extends: .test:linux:x86-64:clang-12:default
|
||||
needs: [ build:linux:cross:x86-64:clang-12:default:smoketest ]
|
||||
test:linux:x86-64:clang-14:default:smoketest:
|
||||
extends: .test:linux:x86-64:clang-14:default
|
||||
needs: [ build:linux:cross:x86-64:clang-14:default:smoketest ]
|
||||
variables:
|
||||
EIGEN_CI_CTEST_LABEL: smoketest
|
||||
rules:
|
||||
@@ -483,16 +443,16 @@ test:linux:aarch64:gcc-10:default:smoketest:
|
||||
|
||||
##### Sanitizer Smoke Tests ####################################################
|
||||
|
||||
test:linux:x86-64:clang-12:sanitizer:smoketest:
|
||||
extends: .test:linux:x86-64:clang-12:default
|
||||
needs: [ build:linux:cross:x86-64:clang-12:sanitizer:smoketest ]
|
||||
test:linux:x86-64:clang-14:sanitizer:smoketest:
|
||||
extends: .test:linux:x86-64:clang-14:default
|
||||
needs: [ build:linux:cross:x86-64:clang-14:sanitizer:smoketest ]
|
||||
variables:
|
||||
EIGEN_CI_INSTALL: clang-12 llvm-12
|
||||
EIGEN_CI_INSTALL: clang-14 llvm-14
|
||||
EIGEN_CI_CTEST_LABEL: smoketest
|
||||
EIGEN_CI_CTEST_PARALLEL: "2"
|
||||
EIGEN_CI_CTEST_ARGS: --timeout 120
|
||||
ASAN_OPTIONS: "detect_leaks=0:halt_on_error=1:abort_on_error=1:allocator_may_return_null=1:print_stacktrace=1:detect_stack_use_after_return=0"
|
||||
ASAN_SYMBOLIZER_PATH: "/usr/lib/llvm-12/bin/llvm-symbolizer"
|
||||
ASAN_SYMBOLIZER_PATH: "/usr/lib/llvm-14/bin/llvm-symbolizer"
|
||||
UBSAN_OPTIONS: "halt_on_error=0:print_stacktrace=1"
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||
|
||||
Reference in New Issue
Block a user