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

Modify qvm-sdk make target to (optionally) use a unique cache. #230

Open
notmgsk opened this issue Dec 24, 2019 · 1 comment
Open

Modify qvm-sdk make target to (optionally) use a unique cache. #230

notmgsk opened this issue Dec 24, 2019 · 1 comment

Comments

@notmgsk
Copy link
Member

notmgsk commented Dec 24, 2019

Currently, make qvm-sdk will kill ~/.cache/common-lisp/<sbcl-cache>. Ideally, it would work with its own cache so that (1) it pulls fresh packages when building, and (2) doesn't affect the current cache, which might be unexpected behaviour.

@appleby
Copy link
Contributor

appleby commented Dec 24, 2019

From the sdk build's point of view, I think this is usually run inside a fresh docker container via the docker-sdk target. From the standpoint of testing things out without getting docker involved, it should be safe to blow the cache away. In theory it should just mean a potentially slower build the next time you build qvm.

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

No branches or pull requests

2 participants