From 751c5b2a2f18009646e0fe56b4fa1b46918a7f5d Mon Sep 17 00:00:00 2001 From: Tulio Magno Quites Machado Filho Date: Tue, 9 Apr 2024 10:40:47 -0300 Subject: [PATCH] Add missing dependency on libstdc++-devel --- tests/fp16-abi/main.fmf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/fp16-abi/main.fmf b/tests/fp16-abi/main.fmf index 30f884a..0855e33 100644 --- a/tests/fp16-abi/main.fmf +++ b/tests/fp16-abi/main.fmf @@ -1,6 +1,9 @@ summary: Test that Float16 ABI matches with clang tier: 1 +require+: + - libstdc++-devel + adjust+: - because: "Float16 not supported on s390x or ppc64le" enabled: false