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

Action failed, file name to long #151

Closed
mnil opened this issue Oct 18, 2023 · 2 comments · Fixed by #152
Closed

Action failed, file name to long #151

mnil opened this issue Oct 18, 2023 · 2 comments · Fixed by #152

Comments

@mnil
Copy link

mnil commented Oct 18, 2023

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?

@martis42
Copy link
Owner

@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

@mnil
Copy link
Author

mnil commented Oct 19, 2023

Thanks for the quick fix, I can confirm that it works on our targets now!

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

Successfully merging a pull request may close this issue.

2 participants