From 0534535cdbf8402ee52d3a8744910c72c8e4175a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Prchl=C3=ADk?= Date: Mon, 24 Jan 2022 14:33:33 +0100 Subject: [PATCH] tests: toolchains test requires glibc-static --- tests/toolchains/main.fmf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/toolchains/main.fmf b/tests/toolchains/main.fmf index b8cf748..34daf26 100644 --- a/tests/toolchains/main.fmf +++ b/tests/toolchains/main.fmf @@ -28,4 +28,5 @@ adjust: # TODO REVIEW: are these all requirements? test.sh seems to run quite a lot of stuff, looks like we # need more packages from LLVM family. -require: [] +require: + - glibc-static