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
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?
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_ROOTis/path/that/does/not/exist/tempthis 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?