mirror of https://github.com/ArduPilot/ardupilot
Tools: build_ci.sh: set consistent GIT_VERSION_INT in env
For consistent compiler output
This commit is contained in:
parent
e0a96eaa83
commit
eb930f830b
|
@ -14,6 +14,7 @@ cxx_compiler=${CXX:-g++}
|
|||
export BUILDROOT=/tmp/ci.build
|
||||
rm -rf $BUILDROOT
|
||||
export GIT_VERSION="abcdef"
|
||||
export GIT_VERSION_INT="15"
|
||||
export CHIBIOS_GIT_VERSION="12345667"
|
||||
export CCACHE_SLOPPINESS="include_file_ctime,include_file_mtime"
|
||||
autotest_args=""
|
||||
|
|
Loading…
Reference in New Issue