R. Boujbel
R. Boujbel
> Would that work fine for opam, or does it depend on more things than just the current directory? Maybe if the local switch was removed, I'm not sure. @Bannerets...
> What's up with the macOS test? Found it! ``` + ${BASEDIR}/OPAM/opam-init/hooks/sandbox.sh "build" "sh" "-c" "echo SUCCESS | tee check-write" - shell-init: error retrieving current directory: getcwd: cannot access parent...
So sandbox check is failing, and it is removed from config file.
From tests, seems that this changes disable sandbox.
released! :tada:
You can use for that the environment variable `OPAMMERGEOUT`
It unmerges outputs for command outputs files. By default, stderr & stdout are merged in `.out` file. Those files are in `.opam/log` (unless you select another one with `OPAMLOGS`). They...
It makes sense yes, but it's not so trivial (display `x.err` in stderr) to implement as it need to give the context. As some actions are done in parallel, user...
Is it the same problem than in #4958 ?
It's the update of opam repository, to permit you to have last version of packages. Do *all* packages have same version after upgrade ? Usually it is when a low...