mirror of
https://github.com/kanidm/kanidm.git
synced 2025-05-16 05:53:55 +02:00
fix: adding missing build dependencies
This commit is contained in:
parent
7159e81de1
commit
61a6ba77d6
|
@ -21,6 +21,8 @@ ${SUDOCMD} apt-get update &&
|
||||||
cmake \
|
cmake \
|
||||||
build-essential \
|
build-essential \
|
||||||
jq \
|
jq \
|
||||||
|
lld \
|
||||||
|
clang \
|
||||||
tpm-udev
|
tpm-udev
|
||||||
|
|
||||||
if [ -z "${PACKAGING}" ]; then
|
if [ -z "${PACKAGING}" ]; then
|
||||||
|
|
Loading…
Reference in a new issue