mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-07 08:23:56 -04:00
Tools: ci: disable ccache for Make builds
This commit is contained in:
parent
7d5bc577d3
commit
8dcc555519
@ -78,10 +78,9 @@ for t in $CI_BUILD_TARGET; do
|
||||
fi
|
||||
|
||||
start_time=$(get_time)
|
||||
make $t -j2
|
||||
CCACHE_DISABLE="true" make $t -j2
|
||||
diff_time=$(($(get_time)-$start_time))
|
||||
echo -e "\033[32m'make' finished successfully (${diff_time}s)\033[0m"
|
||||
ccache -s && ccache -z
|
||||
popd
|
||||
done
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user