-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
attempt fix of parent resource acquisition
Re-ordered dependency resolution resource gathering to skip resources for the root/parent node of the tree. This change aims to only mark resources for download on dependencies that are below the root node of the dependency tree. This fixes an issue where a `package run` of a package that supplies plugin binaries can run locally without attempting to pull its own binaries from GitHub - this means plugin packages can define their own in-development copies of plugin binaries for proper local testing.
- Loading branch information
1 parent
2d33ac6
commit 9510408
Showing
1 changed file
with
34 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters