Tools: build_ci.sh: set consistent GIT_VERSION_INT in env

For consistent compiler output
This commit is contained in:
Peter Barker 2022-04-10 00:31:28 +10:00 committed by Peter Barker
parent e0a96eaa83
commit eb930f830b
1 changed files with 1 additions and 0 deletions

View File

@ -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=""