summaryrefslogtreecommitdiff
path: root/.ci/docker-ccache-setup.sh
blob: 81406cb8bcfef3eab72d36958531aa0be02d9ccf (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

CI_BUILD_TYPE="$1"

cp .ci/ccache.conf ~/.ccache

sed -iE '/^base_dir/d' ~/.ccache/ccache.conf
echo "base_dir = $pwd" >> ~/.ccache/ccache.conf