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

ob commands don't cache #1103

Open
vaibhavsagar opened this issue Nov 22, 2024 · 0 comments
Open

ob commands don't cache #1103

vaibhavsagar opened this issue Nov 22, 2024 · 0 comments

Comments

@vaibhavsagar
Copy link
Collaborator

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.

vaibhavsagar@nixos-l14g3:~/repos/uptrust$ ob shell
./.obelisk/impl: command not cached, building ...
✔ Built on ./.obelisk/impl [command]
Hint: use '--no-interpret path/to/dependency' to force building an unpacked dependency and include it in this shell.

[nix-shell:~/repos/uptrust]$ exit
vaibhavsagar@nixos-l14g3:~/repos/uptrust$ ob shell
./.obelisk/impl: command not cached, building ...
✔ Built on ./.obelisk/impl [command]
Hint: use '--no-interpret path/to/dependency' to force building an unpacked dependency and include it in this shell.

How do I figure out why this is failing to cache?

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

1 participant