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
We are bumping to 0.0.11 and getting failures due to too long file names on Linux. The following is the file that is causing the issue:
src/aspect/dwyu.bzl: output_path = "{}_processed_dep_{}.json".format(_label_to_name(target.label), _label_to_name(dep.label)), Action <redacted>.json failed: failed to delete output files before executing action: <redacted>.json
would it be possible to find a unique filename that is not as long?
The text was updated successfully, but these errors were encountered:
@mnil The issue should be resolved. I deployed a new release which contains the fix: https://github.com/martis42/depend_on_what_you_use/releases/tag/0.0.12
Sorry, something went wrong.
Thanks for the quick fix, I can confirm that it works on our targets now!
Successfully merging a pull request may close this issue.
We are bumping to 0.0.11 and getting failures due to too long file names on Linux. The following is the file that is causing the issue:
would it be possible to find a unique filename that is not as long?
The text was updated successfully, but these errors were encountered: