mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
autotest: build in a constant directory
this gives a much higher hit rate in ccache
This commit is contained in:
parent
e0a465f8f4
commit
e90edd0abc
@ -4,7 +4,7 @@
|
||||
|
||||
export PATH=$PATH:/bin:/usr/bin
|
||||
|
||||
export TMPDIR=$PWD/build.tmp.$$
|
||||
export TMPDIR=$PWD/build.tmp.binaries
|
||||
echo $TMDIR
|
||||
rm -rf $TMPDIR
|
||||
echo "Building in $TMPDIR"
|
||||
|
Loading…
Reference in New Issue
Block a user