We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
experimental_shell_command
While working on #16825, we found a case where an experimental_shell_command target is consistently not cached.
To reproduce:
./pants_from_sources -ldebug run :run-yarn-install
Error loading process execution result from local cache: Computed digest for Snapshot
It appears as though the bug was introduced between be00ed5 and 952235a.
The text was updated successfully, but these errors were encountered:
nb. git-bisect turns up d8c0488 as the culprit commit. Unclear if this is actually responsible or not.
git-bisect
Sorry, something went wrong.
SymlinkNodes
Store
0a3d096
stuhood
Successfully merging a pull request may close this issue.
While working on #16825, we found a case where an
experimental_shell_command
target is consistently not cached.To reproduce:
./pants_from_sources -ldebug run :run-yarn-install
Error loading process execution result from local cache: Computed digest for Snapshot
It appears as though the bug was introduced between be00ed5 and 952235a.
The text was updated successfully, but these errors were encountered: