mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Tools: build_ci.sh: use valid hexadecmail digits in GIT_VERSION
building AP_Periph requires these to be able to be converted into a number
This commit is contained in:
parent
2599c2d134
commit
2fe709a59c
@ -13,8 +13,8 @@ cxx_compiler=${CXX:-g++}
|
||||
|
||||
export BUILDROOT=/tmp/ci.build
|
||||
rm -rf $BUILDROOT
|
||||
export GIT_VERSION="ci_test"
|
||||
export CHIBIOS_GIT_VERSION="ci_test"
|
||||
export GIT_VERSION="abcdef"
|
||||
export CHIBIOS_GIT_VERSION="12345667"
|
||||
export CCACHE_SLOPPINESS="include_file_ctime,include_file_mtime"
|
||||
autotest_args=""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user