mirror of https://github.com/ArduPilot/ardupilot
CI: added git safe directory
This commit is contained in:
parent
bc4db71867
commit
28c4f7197b
|
@ -1,6 +1,8 @@
|
||||||
# common ccache env vars for CI
|
# common ccache env vars for CI
|
||||||
export CCACHE_SLOPPINESS=file_stat_matches
|
export CCACHE_SLOPPINESS=file_stat_matches
|
||||||
|
|
||||||
|
git config --global --add safe.directory ${GITHUB_WORKSPACE}
|
||||||
|
|
||||||
mkdir -p ~/.ccache
|
mkdir -p ~/.ccache
|
||||||
echo "base_dir = ${GITHUB_WORKSPACE}" > ~/.ccache/ccache.conf
|
echo "base_dir = ${GITHUB_WORKSPACE}" > ~/.ccache/ccache.conf
|
||||||
echo "compression = true" >> ~/.ccache/ccache.conf
|
echo "compression = true" >> ~/.ccache/ccache.conf
|
||||||
|
|
Loading…
Reference in New Issue