summaryrefslogtreecommitdiffstats
path: root/ci/install_cacheable_dependencies.sh
blob: ea23ad645494ac26c8f0ec5983d63da1808eed5c (plain)
1
2
3
4
5
6
7
#!/usr/bin/env bash
# shellcheck disable=SC1091
set -exu

. ci/env.inc.sh

install_static_cacheable_build_dependencies_if_needed "$@"