Save XT Toolchain version
Some checks failed
Builds / XTChain (linux) (push) Failing after -59m47s
Builds / XTChain (windows) (push) Failing after -59m48s

This commit is contained in:
Aiken Harris 2025-07-07 09:30:29 +02:00 committed by CodingWorkshop Signing Team
parent bc85522143
commit aae661d396
Signed by: CodingWorkshop Signing Team
GPG Key ID: 6DC88369C82795D2

View File

@ -448,3 +448,10 @@ mkdir -p ${SRCDIR}
# Build XTChain tools # Build XTChain tools
#xtchain_build #xtchain_build
# Save XT Toolchain version
cd ${WRKDIR}
: ${XTCVER:=$(git describe --exact-match --tags 2>/dev/null)}
: ${XTCVER:=DEVEL}
[ ${BUILD_MINIMAL} -eq 1 ] && XTCVER="${XTCVER}-min"
echo "${XTCVER}" > ${BINDIR}/Version