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:
Peter Barker 2022-01-16 13:22:55 +11:00 committed by Andrew Tridgell
parent 2599c2d134
commit 2fe709a59c

View File

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