Fix CI for clang-6 when cross-compiled.

This commit is contained in:
Antonio Sánchez
2024-01-27 05:13:21 +00:00
parent f391289150
commit d8d0b60b59
2 changed files with 2 additions and 2 deletions

View File

@@ -98,7 +98,7 @@ test:linux:x86-64:gcc-10:avx512dq:unsupported:
image: ubuntu:20.04
needs: [ build:linux:cross:x86-64:clang-6:default ]
variables:
EIGEN_CI_INSTALL: clang-6.0 lld-6.0
EIGEN_CI_INSTALL: g++-8 clang-6.0 lld-6.0
test:linux:x86-64:clang-6:default:official:
extends: .test:linux:x86-64:clang-6:default