diff --git a/src/defconfig b/src/defconfig index d4fb301..43f8615 100644 --- a/src/defconfig +++ b/src/defconfig @@ -5,6 +5,7 @@ CT_PREFIX_DIR="${CT_TOP_DIR}/out" CT_ARCH_ARM=y CT_ARCH_CPU="cortex-a7" CT_OMIT_TARGET_VENDOR=y +# CT_DEMULTILIB is not set CT_ARCH_FPU="neon-vfpv4" CT_ARCH_FLOAT_HW=y CT_KERNEL_LINUX=y diff --git a/upload.sh b/upload.sh index b6eb2de..2ddddaa 100755 --- a/upload.sh +++ b/upload.sh @@ -3,6 +3,7 @@ set -e # Setup Git +COMMIT="$(git rev-parse --short HEAD)" git config --global user.name 'gitea-actions' git config --global user.email 'teabot@gitea.io' @@ -14,5 +15,5 @@ cd archives cp ../out/* . # Commit -git commit -m 'Update Toolchain' +git commit -m "Update Toolchain (${COMMIT})" git push \ No newline at end of file