Fix azure build job key for install-by-spec

This commit is contained in:
David Dalcino
2021-09-07 15:21:56 -07:00
parent 8251a0628f
commit 47b3d4b521

View File

@@ -287,6 +287,8 @@ for platform_build_job in all_platform_build_jobs:
key = "{} {} {} for {}".format(
build_job.command, build_job.qt_version, build_job.arch, build_job.target
)
if build_job.spec:
key = '{} (spec="{}")'.format(key, build_job.spec)
if build_job.module:
key = "{} ({})".format(key, build_job.module)
if build_job.subarchives: