Browse Source

github actions increase NuttX compile ccache limit slightly

master
Daniel Agar 3 years ago
parent
commit
66ab7e50df
No known key found for this signature in database
GPG Key ID: FD3CBA98017A69DE
  1. 2
      .github/workflows/compile_nuttx.yml

2
.github/workflows/compile_nuttx.yml

@ -84,7 +84,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 = 100M" >> ~/.ccache/ccache.conf echo "max_size = 120M" >> ~/.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

Loading…
Cancel
Save