From 9bc730b132d310f3ea1097b4c5c374090be5856b Mon Sep 17 00:00:00 2001 From: Jesus Checa Hidalgo Date: Tue, 16 Jul 2024 13:59:35 +0200 Subject: [PATCH] Create compat18 branch --- tests/cross-compile-i686/main.fmf | 4 ++++ tests/main.fmf | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/tests/cross-compile-i686/main.fmf b/tests/cross-compile-i686/main.fmf index 3863a8c..7ec7948 100644 --- a/tests/cross-compile-i686/main.fmf +++ b/tests/cross-compile-i686/main.fmf @@ -20,3 +20,7 @@ adjust+: - enabled: false because: "compiler-rt.i686 may not be available in snapshot builds when x86_64 tests are executed" when: snapshot is defined + + - enabled: false + because: "i686 packages not available for compat" + when: compat is defined diff --git a/tests/main.fmf b/tests/main.fmf index 4efc1fb..5d76639 100644 --- a/tests/main.fmf +++ b/tests/main.fmf @@ -14,7 +14,7 @@ framework: shell # Always define "test" key and override in adjust or in each specific test # metadata if needed. -test: ./test.sh +test: "PATH=/usr/lib64/llvm18/bin:$PATH ./test.sh" # Commonly used keys are initialized to empty. require: [] @@ -24,8 +24,8 @@ tag: [] adjust+: # Common requirements when LLVM is not SCL-ized - require+: - - clang - - compiler-rt + - clang18 + - compiler-rt18 when: collection is not defined # Requirements for SCL-ized LLVM