-
Notifications
You must be signed in to change notification settings - Fork 108
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
ob
commands don't cache
#1103
Comments
@madeline-os Do you know anything about this? |
@ryantrinkle @madeline-os This was bugging me so I did some digging. It looks like the issue is the old version of nix thunk where caching is broken. I've got a branch that gets caching working by updating nix-thunk to v0.7.0.1 https://github.com/tdimiduk/obelisk/tree/td/fix-nix-cache However So I had to comment out one bit of code to get it to compile. I'd be happy to work on a PR to get caching working again, but there's some thornyness I'd need advice from Obsidian folks on how you'd like navigated. Obelisk would need larger changes to compile with all the way recent versions I see two main categories of solutions Quick Hack (I could do this myself pretty easily)
Proper Solution (I'd probably need some help)
|
Ah actually, the migration to nix-thunk 0.7.0.1 happened earlier in the same PR. Here's the fix to the missing |
Thanks for the context. Anything an interested outsider can do to help Obelisk PRs with merging faster? I see a lot of good work sitting in review that it seem like must be a bit of a hassle to keep track of. |
Running e.g.
ob shell
results in a rebuild each time when I would expect it to be cached after the first time, e.g.How do I figure out why this is failing to cache?
The text was updated successfully, but these errors were encountered: