mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
github actions: try increasing nuttx ccache limit
This commit is contained in:
@@ -81,7 +81,7 @@ jobs:
|
|||||||
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
|
||||||
echo "compression_level = 6" >> ~/.ccache/ccache.conf
|
echo "compression_level = 6" >> ~/.ccache/ccache.conf
|
||||||
echo "max_size = 50M" >> ~/.ccache/ccache.conf
|
echo "max_size = 75M" >> ~/.ccache/ccache.conf
|
||||||
echo "hash_dir = false" >> ~/.ccache/ccache.conf
|
echo "hash_dir = false" >> ~/.ccache/ccache.conf
|
||||||
ccache -s
|
ccache -s
|
||||||
ccache -z
|
ccache -z
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ jobs:
|
|||||||
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
|
||||||
echo "compression_level = 6" >> ~/.ccache/ccache.conf
|
echo "compression_level = 6" >> ~/.ccache/ccache.conf
|
||||||
echo "max_size = 20M" >> ~/.ccache/ccache.conf
|
echo "max_size = 40M" >> ~/.ccache/ccache.conf
|
||||||
echo "hash_dir = false" >> ~/.ccache/ccache.conf
|
echo "hash_dir = false" >> ~/.ccache/ccache.conf
|
||||||
ccache -s
|
ccache -s
|
||||||
ccache -z
|
ccache -z
|
||||||
|
|||||||
Reference in New Issue
Block a user