mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 12:44:38 +03:00
Fix azure build job key for install-by-spec
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user