Skip to content

ob commands don't cache #1103

Open
Open
@vaibhavsagar

Description

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?

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions