mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-31 17:22:07 +08:00
Try to fix loongarch
This commit is contained in:
parent
4a6ac97d13
commit
b75895a8b6
@ -418,13 +418,14 @@ test:linux:ppc64le:clang-12:default:unsupported:
|
|||||||
##### loongarch64 ###################################################################
|
##### loongarch64 ###################################################################
|
||||||
.test:linux:loongarch64:
|
.test:linux:loongarch64:
|
||||||
extends: .test:linux
|
extends: .test:linux
|
||||||
|
image: ubuntu:24.04
|
||||||
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
|
||||||
# Install QEMU and set up the execution environment in the image
|
# Install QEMU and set up the execution environment in the image
|
||||||
EIGEN_CI_BEFORE_SCRIPT: "apt-get update && apt-get install g++-14-loongarch64-linux-gnu gcc-14-loongarch64-linux-gnu qemu-user-static -y && \
|
EIGEN_CI_CROSS_INSTALL: g++-14-loongarch64-linux-gnu qemu-user-static
|
||||||
ln -sf /usr/loongarch64-linux-gnu/lib64/ld-linux-loongarch-lp64d.so.1 /lib64/ld-linux-loongarch-lp64d.so.1 && \
|
EIGEN_CI_BEFORE_SCRIPT: "ln -sf /usr/loongarch64-linux-gnu/lib64/ld-linux-loongarch-lp64d.so.1 /lib64/ld-linux-loongarch-lp64d.so.1 && \
|
||||||
export LD_LIBRARY_PATH=/usr/loongarch64-linux-gnu/lib:$LD_LIBRARY_PAT"
|
export LD_LIBRARY_PATH=/usr/loongarch64-linux-gnu/lib:$LD_LIBRARY_PATH"
|
||||||
tags:
|
tags:
|
||||||
- eigen-runner
|
- eigen-runner
|
||||||
- linux
|
- linux
|
||||||
|
Loading…
x
Reference in New Issue
Block a user