Browse Source

github actions ccache set hash_dir=false

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

1
.github/workflows/compile_linux.yml

@ -44,6 +44,7 @@ jobs: @@ -44,6 +44,7 @@ jobs:
echo "compression = true" >> ~/.ccache/ccache.conf
echo "compression_level = 6" >> ~/.ccache/ccache.conf
echo "max_size = 40M" >> ~/.ccache/ccache.conf
echo "hash_dir = false" >> ~/.ccache/ccache.conf
ccache -s
ccache -z

1
.github/workflows/compile_linux_arm64.yml

@ -41,6 +41,7 @@ jobs: @@ -41,6 +41,7 @@ jobs:
echo "compression = true" >> ~/.ccache/ccache.conf
echo "compression_level = 6" >> ~/.ccache/ccache.conf
echo "max_size = 40M" >> ~/.ccache/ccache.conf
echo "hash_dir = false" >> ~/.ccache/ccache.conf
ccache -s
ccache -z

1
.github/workflows/compile_nuttx.yml

@ -82,6 +82,7 @@ jobs: @@ -82,6 +82,7 @@ jobs:
echo "compression = true" >> ~/.ccache/ccache.conf
echo "compression_level = 6" >> ~/.ccache/ccache.conf
echo "max_size = 50M" >> ~/.ccache/ccache.conf
echo "hash_dir = false" >> ~/.ccache/ccache.conf
ccache -s
ccache -z

1
.github/workflows/compile_nuttx_cannode.yml

@ -47,6 +47,7 @@ jobs: @@ -47,6 +47,7 @@ jobs:
echo "compression = true" >> ~/.ccache/ccache.conf
echo "compression_level = 6" >> ~/.ccache/ccache.conf
echo "max_size = 20M" >> ~/.ccache/ccache.conf
echo "hash_dir = false" >> ~/.ccache/ccache.conf
ccache -s
ccache -z

Loading…
Cancel
Save