Skip to content

Fix dependencies between command types #86

@markfeathers

Description

@markfeathers

If we have a docker task that depends on 2 host tasks, it will not get the implicit dependency to DS_DOCKER_READY since the task already has dependencies. See the default asks in common/build.py.

This was found when adding the ZPU support where it needs host actions to install the task, but relies on no other docker tasks. By hand, that one is adding "DS_DOCKER_READY", but that should be removed once proven to correctly be implied by the docker execution environment.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions