Even More Changes!
Some checks failed
CI / Build (push) Failing after 2h46m9s

This commit is contained in:
TheBrokenRail 2025-03-20 18:15:52 -04:00
parent bad99a74e1
commit 049d3054a5
2 changed files with 3 additions and 1 deletions

View File

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

View File

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