We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b0d5b commit 3e9f607Copy full SHA for 3e9f607
build-clang-with-args.sh
@@ -42,6 +42,7 @@ build_top_dir="${PWD}"
42
# shellcheck source=sw-versions.sh
43
source "${build_top_dir}/sw-versions.sh"
44
45
+git -C "${build_top_dir}" fetch --tags
46
tag_name="$(git -C "${build_top_dir}" describe --always)"
47
toolchain_full_name="${toolchain_name}-${tag_name}"
48
build-gcc-with-args.sh
@@ -39,6 +39,7 @@ build_top_dir="${PWD}"
39
40
41
set +x
echo "##vso[task.setvariable variable=ReleaseTag]${tag_name}"
0 commit comments