Browse Source

github actions: increase nuttx and linux ccache max size to 100M

master
Daniel Agar 3 years ago
parent
commit
435e5515df
  1. 2
      .github/workflows/compile_linux.yml
  2. 2
      .github/workflows/compile_linux_arm64.yml
  3. 2
      .github/workflows/compile_nuttx.yml

2
.github/workflows/compile_linux.yml

@ -43,7 +43,7 @@ jobs: @@ -43,7 +43,7 @@ jobs:
echo "base_dir = ${GITHUB_WORKSPACE}" > ~/.ccache/ccache.conf
echo "compression = true" >> ~/.ccache/ccache.conf
echo "compression_level = 6" >> ~/.ccache/ccache.conf
echo "max_size = 40M" >> ~/.ccache/ccache.conf
echo "max_size = 100M" >> ~/.ccache/ccache.conf
echo "hash_dir = false" >> ~/.ccache/ccache.conf
ccache -s
ccache -z

2
.github/workflows/compile_linux_arm64.yml

@ -40,7 +40,7 @@ jobs: @@ -40,7 +40,7 @@ jobs:
echo "base_dir = ${GITHUB_WORKSPACE}" > ~/.ccache/ccache.conf
echo "compression = true" >> ~/.ccache/ccache.conf
echo "compression_level = 6" >> ~/.ccache/ccache.conf
echo "max_size = 40M" >> ~/.ccache/ccache.conf
echo "max_size = 100M" >> ~/.ccache/ccache.conf
echo "hash_dir = false" >> ~/.ccache/ccache.conf
ccache -s
ccache -z

2
.github/workflows/compile_nuttx.yml

@ -81,7 +81,7 @@ jobs: @@ -81,7 +81,7 @@ jobs:
echo "base_dir = ${GITHUB_WORKSPACE}" > ~/.ccache/ccache.conf
echo "compression = true" >> ~/.ccache/ccache.conf
echo "compression_level = 6" >> ~/.ccache/ccache.conf
echo "max_size = 75M" >> ~/.ccache/ccache.conf
echo "max_size = 100M" >> ~/.ccache/ccache.conf
echo "hash_dir = false" >> ~/.ccache/ccache.conf
ccache -s
ccache -z

Loading…
Cancel
Save