Browse Source

github actions enable ccache hash_dir for SITL tests

master
Daniel Agar 3 years ago
parent
commit
ad27d2c49a
  1. 1
      .github/workflows/compile_macos.yml
  2. 1
      .github/workflows/mavros_mission_tests.yml
  3. 1
      .github/workflows/mavros_offboard_tests.yml
  4. 1
      .github/workflows/sitl_tests.yml

1
.github/workflows/compile_macos.yml

@ -45,6 +45,7 @@ jobs: @@ -45,6 +45,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/mavros_mission_tests.yml

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

1
.github/workflows/mavros_offboard_tests.yml

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

1
.github/workflows/sitl_tests.yml

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

Loading…
Cancel
Save