mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
54208574f0
and enable CCACHE_SLOPPINESS=file_stat_matches
11 lines
330 B
Bash
11 lines
330 B
Bash
# common ccache env vars for CI
|
|
export CCACHE_SLOPPINESS=file_stat_matches
|
|
|
|
mkdir -p ~/.ccache
|
|
echo "base_dir = ${GITHUB_WORKSPACE}" > ~/.ccache/ccache.conf
|
|
echo "compression = true" >> ~/.ccache/ccache.conf
|
|
echo "compression_level = 6" >> ~/.ccache/ccache.conf
|
|
echo "max_size = 400M" >> ~/.ccache/ccache.conf
|
|
ccache -s
|
|
ccache -z
|