From 61a6ba77d67a9409a528b0b71c6ec1d217cdeb95 Mon Sep 17 00:00:00 2001 From: James Hodgkinson <james@terminaloutcomes.com> Date: Tue, 8 Apr 2025 14:23:53 +1000 Subject: [PATCH] fix: adding missing build dependencies --- scripts/install_ubuntu_dependencies.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install_ubuntu_dependencies.sh b/scripts/install_ubuntu_dependencies.sh index b97776c23..fdfa6e2c8 100755 --- a/scripts/install_ubuntu_dependencies.sh +++ b/scripts/install_ubuntu_dependencies.sh @@ -21,6 +21,8 @@ ${SUDOCMD} apt-get update && cmake \ build-essential \ jq \ + lld \ + clang \ tpm-udev if [ -z "${PACKAGING}" ]; then