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

provide CONAN_CACHE_NO_LOCKS environment variable #4314

Closed
3 tasks done
SSE4 opened this issue Jan 15, 2019 · 0 comments · Fixed by #4309
Closed
3 tasks done

provide CONAN_CACHE_NO_LOCKS environment variable #4314

SSE4 opened this issue Jan 15, 2019 · 0 comments · Fixed by #4309
Milestone

Comments

@SSE4
Copy link
Contributor

SSE4 commented Jan 15, 2019

right now debugging conan (e.g. via PyCharm) is not very convenient, as stopping debugging causes strayed lock files, and it's necessary to run conan remove --locks each time before running.
there is config setting general.no_cache_locks, but it's global, and affects regular conan execution.
with environment variable, it's much more straightforward, as it can be easily specified in debugging target properties.

To help us debug your issue please explain:

  • I've read the CONTRIBUTING guide.
  • I've specified the Conan version, operating system version and any tool that can be relevant.
  • I've explained the steps to reproduce the error or the motivation/use case of the question/suggestion.
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