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

Allow to disable caching #2484

Merged
merged 5 commits into from
Oct 24, 2024
Merged

Conversation

peace-maker
Copy link
Member

Disable caching by setting context.cache_dir = None. Generate default cache dir again by setting context.cache_dir = True.

Fixes #2440

By setting `context.cache_dir = None`. Generate default cache dir again by setting `context.cache_dir = True`.
@peace-maker peace-maker merged commit bb7a85c into Gallopsled:dev Oct 24, 2024
14 checks passed
@peace-maker peace-maker deleted the disable_cache branch October 24, 2024 15:04
peace-maker added a commit to peace-maker/pwntools that referenced this pull request Oct 26, 2024
* Allow to disable caching

By setting `context.cache_dir = None`. Generate default cache dir again by setting `context.cache_dir = True`.

* Disable cache in `asm` caching test

* Update CHANGELOG

* Fix asm cache test
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 this pull request may close these issues.

Allow to disable caching
1 participant