Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

from_deps.fetches fails unless unique-kinds=false is present #563

Open
bendk opened this issue Aug 16, 2024 · 0 comments
Open

from_deps.fetches fails unless unique-kinds=false is present #563

bendk opened this issue Aug 16, 2024 · 0 comments

Comments

@bendk
Copy link

bendk commented Aug 16, 2024

If unique_kinds is true (the default), then the from_deps transform generates dependencies like in the form of {kind}: {kind}-{label}. However, it generates fetches in the form of {kind}-{label}: {fetch_info}. This leads to a failure since there's a mismatch between the keys. This is based on the app-services code, which is using taskgraph 8.0, but I believe the issue is also present in 10.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant