mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-20 11:54:27 +08:00
Decommission aarch64 ampere runner.
This commit is contained in:
parent
81044ec13d
commit
98fbf6ed77
@ -268,6 +268,8 @@ build:linux:cross:arm:clang-12:default:
|
|||||||
EIGEN_CI_TARGET_ARCH: aarch64
|
EIGEN_CI_TARGET_ARCH: aarch64
|
||||||
EIGEN_CI_CROSS_TARGET_TRIPLE: aarch64-linux-gnu
|
EIGEN_CI_CROSS_TARGET_TRIPLE: aarch64-linux-gnu
|
||||||
EIGEN_CI_ADDITIONAL_ARGS: -DEIGEN_TEST_CUSTOM_CXX_FLAGS=-march=armv8.2-a+fp16
|
EIGEN_CI_ADDITIONAL_ARGS: -DEIGEN_TEST_CUSTOM_CXX_FLAGS=-march=armv8.2-a+fp16
|
||||||
|
tags:
|
||||||
|
- saas-linux-large-arm64
|
||||||
|
|
||||||
build:linux:cross:aarch64:gcc-10:default:
|
build:linux:cross:aarch64:gcc-10:default:
|
||||||
extends: .build:linux:cross:aarch64
|
extends: .build:linux:cross:aarch64
|
||||||
@ -320,10 +322,6 @@ build:linux:cross:ppc64le:clang-12:default:
|
|||||||
variables:
|
variables:
|
||||||
EIGEN_CI_TARGET_ARCH: loongarch64
|
EIGEN_CI_TARGET_ARCH: loongarch64
|
||||||
EIGEN_CI_CROSS_TARGET_TRIPLE: loongarch64-linux-gnu
|
EIGEN_CI_CROSS_TARGET_TRIPLE: loongarch64-linux-gnu
|
||||||
tags:
|
|
||||||
- eigen-runner
|
|
||||||
- linux
|
|
||||||
- cross-compiler
|
|
||||||
|
|
||||||
# GCC-14 (minimum on Ubuntu 24)
|
# GCC-14 (minimum on Ubuntu 24)
|
||||||
build:linux:cross:loongarch64:gcc-14:default:
|
build:linux:cross:loongarch64:gcc-14:default:
|
||||||
|
@ -292,9 +292,7 @@ test:linux:cuda-12.2:clang-12:
|
|||||||
# Enable cross-compiled arm binary to run on aarch64.
|
# Enable cross-compiled arm binary to run on aarch64.
|
||||||
EIGEN_CI_BEFORE_SCRIPT: "ln -s /usr/arm-linux-gnueabihf/lib/ld-linux-armhf.so.3 /lib/ && export LD_LIBRARY_PATH=/usr/arm-linux-gnueabihf/lib/"
|
EIGEN_CI_BEFORE_SCRIPT: "ln -s /usr/arm-linux-gnueabihf/lib/ld-linux-armhf.so.3 /lib/ && export LD_LIBRARY_PATH=/usr/arm-linux-gnueabihf/lib/"
|
||||||
tags:
|
tags:
|
||||||
- eigen-runner
|
- saas-linux-large-arm64
|
||||||
- linux
|
|
||||||
- aarch64
|
|
||||||
|
|
||||||
.test:linux:arm:gcc-10:default:
|
.test:linux:arm:gcc-10:default:
|
||||||
extends: .test:linux:arm
|
extends: .test:linux:arm
|
||||||
@ -336,9 +334,7 @@ test:linux:arm:clang-12:default:unsupported:
|
|||||||
EIGEN_CI_TARGET_ARCH: aarch64
|
EIGEN_CI_TARGET_ARCH: aarch64
|
||||||
EIGEN_CI_CROSS_TARGET_TRIPLE: aarch64-linux-gnu
|
EIGEN_CI_CROSS_TARGET_TRIPLE: aarch64-linux-gnu
|
||||||
tags:
|
tags:
|
||||||
- eigen-runner
|
- saas-linux-large-arm64
|
||||||
- linux
|
|
||||||
- aarch64
|
|
||||||
|
|
||||||
.test:linux:aarch64:gcc-10:default:
|
.test:linux:aarch64:gcc-10:default:
|
||||||
extends: .test:linux:aarch64
|
extends: .test:linux:aarch64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user