-
Notifications
You must be signed in to change notification settings - Fork 8
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
Removing/ignoring CARGO_HOME prefix? #8
Comments
Thanks for making an issue! I think that totally makes sense to replace the I'm working on a fix for this, it may not be a super fast turnaround, but hopefully a new version in a week or so as I find time. |
The one-week turnaround obviously didn't happen! This will still make it in a release and is a good idea. If someone gets a PR in before me that would be awesome 👍 |
@Skgland @morrisonlevi see v1.0.0 release (which is building now) |
I was overconfident in my CI - see v1.0.1 |
I'm using cargo-bundle-license in my CI to alert me when licenses have changed. However, the license file checker is sensitive to the
$CARGO_HOME
variable, so if I commit the license bundle on one system (my local machine) and check for compliance on another (the CI machines), then I'm likely to get nonsense messages, like this:All that's different is license file path e.g.
As far as I can tell, this isn't a useful thing. Maybe something like
$CARGO_HOME/registry/src/git.luolix.top-1ecc6299db9ec823/ring-0.16.20/LICENSE
can be stored instead, with the variable not expanded?The text was updated successfully, but these errors were encountered: