mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
github actions enable ccache hash_dir for SITL tests
This commit is contained in:
parent
52fccb1e75
commit
ad27d2c49a
1
.github/workflows/compile_macos.yml
vendored
1
.github/workflows/compile_macos.yml
vendored
@ -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
vendored
1
.github/workflows/mavros_mission_tests.yml
vendored
@ -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
vendored
1
.github/workflows/mavros_offboard_tests.yml
vendored
@ -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
vendored
1
.github/workflows/sitl_tests.yml
vendored
@ -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…
x
Reference in New Issue
Block a user