1 2 3 4 5 6 7 8 9 10 11 12 13 14
install_build_dependencies_tcmalloc() { source "${DIR}/common-functions" with_sudo apt update -y dependencies=( build-essential ca-certificates cmake git wget ) with_sudo apt -y --no-install-recommends install "${dependencies[@]}" }