Pipelines: Fix generation when dep and pkg arch differ (#24089)

This commit is contained in:
Scott Wittenburg 2021-06-03 17:26:43 -06:00 committed by GitHub
parent 70c81069ab
commit 9903d05be9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -507,7 +507,7 @@ def format_job_needs(phase_name, strip_compilers, dep_jobs,
'job': get_job_name(phase_name,
strip_compilers,
dep_job,
osname,
dep_job.architecture,
build_group),
'artifacts': enable_artifacts_buildcache,
})