Skip to content

Commit

Permalink
Package version string to include git revision.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc committed Jun 4, 2024
1 parent f71daaf commit 1695fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.bashinc
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ function build_one() {
echo "CT_DEBUG_CT_SAVE_STEPS=y" >>.config
echo "CT_DEBUG_CT_SAVE_STEPS_GZIP=y" >>.config
ct-ng olddefconfig
echo "CT_TOOLCHAIN_PKGVERSION=\"qmk_toolchain-\${CT_GCC_VERSION}\"" >>.config
echo "CT_TOOLCHAIN_PKGVERSION=\"qmk/qmk_toolchains @ $(git rev-parse --short HEAD)\"" >>.config
ct-ng olddefconfig

if [[ ! -z "${tools_prefix:-}" ]]; then
Expand Down

0 comments on commit 1695fea

Please sign in to comment.