You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opening this issue to see if there's an alternative I'm missing but running dune inside a cram tests makes warnings/hints appear about cache (and most probably any global setup for dune)
If DUNE_CACHE_ROOT is /path/that/does/not/exist/temp this output pops out:
$ dune build @melange
+ Warning: Cache directories could not be created: Read-only file system;
+ disabling cache
+ Hint: Make sure the directory /path/that/does/not/exist/temp can be created
Opening this issue to see if there's an alternative I'm missing but running dune inside a cram tests makes warnings/hints appear about cache (and most probably any global setup for dune)
If
DUNE_CACHE_ROOT
is/path/that/does/not/exist/temp
this output pops out:Reference issue from reasonml/reason-react#870 (comment)
Is there any cache, or set of env variables that should be set on cram tests by users or by default?
The text was updated successfully, but these errors were encountered: