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