This commit is contained in:
parent
bad99a74e1
commit
049d3054a5
@ -5,6 +5,7 @@ CT_PREFIX_DIR="${CT_TOP_DIR}/out"
|
|||||||
CT_ARCH_ARM=y
|
CT_ARCH_ARM=y
|
||||||
CT_ARCH_CPU="cortex-a7"
|
CT_ARCH_CPU="cortex-a7"
|
||||||
CT_OMIT_TARGET_VENDOR=y
|
CT_OMIT_TARGET_VENDOR=y
|
||||||
|
# CT_DEMULTILIB is not set
|
||||||
CT_ARCH_FPU="neon-vfpv4"
|
CT_ARCH_FPU="neon-vfpv4"
|
||||||
CT_ARCH_FLOAT_HW=y
|
CT_ARCH_FLOAT_HW=y
|
||||||
CT_KERNEL_LINUX=y
|
CT_KERNEL_LINUX=y
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Setup Git
|
# Setup Git
|
||||||
|
COMMIT="$(git rev-parse --short HEAD)"
|
||||||
git config --global user.name 'gitea-actions'
|
git config --global user.name 'gitea-actions'
|
||||||
git config --global user.email 'teabot@gitea.io'
|
git config --global user.email 'teabot@gitea.io'
|
||||||
|
|
||||||
@ -14,5 +15,5 @@ cd archives
|
|||||||
cp ../out/* .
|
cp ../out/* .
|
||||||
|
|
||||||
# Commit
|
# Commit
|
||||||
git commit -m 'Update Toolchain'
|
git commit -m "Update Toolchain (${COMMIT})"
|
||||||
git push
|
git push
|
Loading…
x
Reference in New Issue
Block a user