From 5d86871253906a17b0d72c0e233b346c5867b4fb Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Fri, 5 Nov 2021 12:15:20 -1000 Subject: [PATCH] profiles: qosify add explicit host dependency warning If the host dependency is missing be explicit about the increasd build time of more than an hour. Signed-off-by: Paul Spooren --- profiles/qosify.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/qosify.yml b/profiles/qosify.yml index d38c14820..87d025f11 100644 --- a/profiles/qosify.yml +++ b/profiles/qosify.yml @@ -6,6 +6,10 @@ packages: host_dependecies: - name: llvm/clang-12 + warning: > + Building llvm/clang, this will take 1hr+, please install clang/llvm-12+ + on your system + which: - clang-13 - clang-12